.issuekey {
white-space: nowrap;
}

If you still use the application server directly instead of WAR then the web.xml file from application_server/server/ROOT/WEB-INF/ must be adjusted to not get an exception on startup:

 <filter>
      <filter-name>SeparateSessionFilter</filter-name>
      <filter-class>org.sablo.filter.SeparateSessionFilter</filter-class>
      <init-param>
      <!-- Separate sablo request from non-sablo (web client), only invalidate session when both are invalidated -->
         <param-name>paths</param-name>
         <param-value>/rfb/:/websocket/:/solutions/:/spec/:/resources/</param-value>
      </init-param>
   </filter>

    <filter-mapping>
        <filter-name>SeparateSessionFilter</filter-name>
        <url-pattern>/*</url-pattern>
    </filter-mapping>

Remove those lines (are on different locations in the web.xml file).


Many cases are already also in 2020.06 except: SVY-15146, SVY-15153, SVY-15192, SVY-15208

ComponentsKeySummary
DeveloperSVY-15153

SPM and version with micro (or minor?) digits > 9

DeveloperSVY-14986

NPE trying to export a WAR

Developer, SmartClientSVY-14963

Set code of Methods with solutionModel does not work for scopes other than globals

DeveloperSVY-14954

Developer 2020.03: non-existent database servers cause endless building only to be solved by force-quit

DeveloperSVY-14950

NPE is thrown if the CustomType type does not exist

DeveloperSVY-14877

When logging in with a wrong password, you do not get an appropriate error message

Developer, NGDesktopSVY-14867

yarn inst-win error on ngdesktop service

DeveloperSVY-14866

command line war export: follow up for SVY-14378

Developer, ServerSVY-14993

Audit login not working on Servoy Cloud

DeveloperSVY-15192

org.json.XML.toJSONObject Has an other outcome then the older version of servoy.

Developer, NGDesktopSVY-14868

Permission issues when exporting ngdesktop file

Extensions, NGClientSVY-15060

typo in ‘tag’ typedef ngutils.spec

Extensions, NGClientSVY-15035

Aggrid empty header-title throws error.

ExtensionsSVY-14994

When broadcaster properties are messed up in the plugin admin page after server restart the broadcasterplugin is not visisble and fixing is not possible in the admin page

Extensions, NGClientSVY-14850

Use i18n labels for toolitps in datepicker components

ExtensionsSVY-14926

NG Grid - edit format on number does not work if only display format is set

ExtensionsSVY-14896

jasperreport plugin -> HtmlComponent.jar 's signer should be matched with latest jasperreport plugin package (2020.x version)

NGClientSVY-14985

Oauth plugin wrong deeplink url

NGClientSVY-14889

nullPointer when trying to use nested tagstring properties on webcomponents

RuntimeSVY-15055

different behavior in JSWebComponent.getJSONProperty() in developer compared to deployed

RuntimeSVY-15051

solutionModel.newForm(3 arguments) sometimes matches on the wrong one

RuntimeSVY-14915

nullPointer on joined subselects that have functions in the result

Runtime, ServerSVY-15074

Error in Query Builder with multiple Joins

Runtime, ServerSVY-15107

Caused by: com.servoy.j2db.dataprocessing.DataException: Unknown errorCode 100 Can't infer the SQL type to use for an instance of com.servoy.j2db.util.UUID. Use setObject() with an explicit Types value to specify the type to use.

RuntimeSVY-15146

Cannot save data on closing browser window

ServerSVY-15028

Server occasionally stuck at 100% CPU

ServerSVY-14976

Method cannot be reached by server, but is definitely there

ServerSVY-15015

Table filters with query builder join issues

ServerSVY-15208

audit log name cannot be anything other than 'log'

ServerSVY-14885

Deployed WAR will not run

TestingSVY-14904

Auto-enter on not nullable fields when deploying