Release Notes / Version 12.2406.0
Table Of ContentsAdded Configurable Document Types for Search
In the preferences, the user can select preferred content types that should be used for the library search now. The selected content types are shown at the top of the content type combobox (next to the search text slot). The preferred entries remain in the global list of types that can be filtered for.
Follow Section, “Added Configurable Document Types for Search” for upgrade information.
(CMS-23580)
StatefulDateTimeField's Configuration has Changed
The date and time formats of the component
StatefulDateTimeField
are now configured in
BaseModels_properties
. The properties
Date_format
and Time_format
in
UI_properties
are now removed.
(CMS-23562)
Date and Time Formats Configuration Changed
The date and time format of all Studio components are now localised
centrally in BaseModels_properties
. The date and
time format properties in other resource bundles are obsolete and
removed.
(CMS-23540)
Running Sencha Cmd after Java 17 Upgrade
As of version CMCC 2404.1 Sencha Cmd will not be required anymore. However in release 2401, the studio-client workspace still needs Sencha Cmd to build applications and JooUnit tests.
As there is no official support for Java 17 from Sencha and it only works with workarounds, we suggest running it with Java 11.
While this does not affect the Docker based studio-client build as it downloads a suitable JRE 11 anyway, you might need to adjust the installation of Sencha Cmd when building the studio-client locally.
Follow Section, “Running Sencha Cmd after Java 17 Upgrade” for upgrade information.
(CMS-23171)
Stricter CSP Rules
The Content Security Rules for Studio Client have been hardened to
prevent attackers from uploading JavaScript code into CMS Content and
exploit possible XSS vulnerabilities to execute that code in the
context of another Studio user. If you have added any custom scripts
to Studio Client which are not deployed under the
paths /packages/
or /resources/
,
they will now be blocked by the stricter CSP rules, which is reported
in the browser console.
Follow Section, “Stricter CSP Rules” for upgrade information.
(CMS-22221)