Release Notes / Version 11.2210
Table Of ContentsFixed Possible DocType Menu Error
Fixed issue where the document type dropdown for content creation threw an error for unknown document types.
(CMS-22177)
Enhanced Studio-Server Support for Markup in Structs
Studio-Server may not have been able to deliver some Markup stored in Structs to Studio-Client, recorded in Studio-Server Log as
org.w3c.dom.DOMException: HIERARCHY_REQUEST_ERR
.
Studio-Server now can handle such Markup, which may be, for example, a result of importing pretty-printed
serverexport
data.
To work around this issue in previous versions, it is recommended not to use pretty-print option for
serverexport
, if these exported data are meant to be imported to CMS again.
(CMS-21505)
Fixed Date Picker and Calendar Localization
Fixed localization of date and time pickers and calendar components.
(CMS-20639)
SpringSecurityCapSessionFilter sends GET /logout Request
Fixed issue where a logout redirect was sent for invalid users. The session is now invalidated instead and the user will be get a message this way to login again.
(CMS-20154)
Fixed Drag in LinkLists of Annotated LinkLists
Fixed an issue where drops in linklists that have been used in annotated linklists did not work.
(CMS-15645)
Improved ContentInitializer
The ContentInitializer.ts of the Studio now cuts values if they exceed the max length of the target field.
(CMS-15119)