Release Notes / Version 11.2310
Table Of ContentsTeaserText Delegate does not work if section is initially collapsed.
There was a bug in the
CKEditor5RichTextPropertyFieldDelegatePlugin
which
would prevent delegation from working properly when the editor was not
ready when the plugin got initialized. This issue is now resolved.
(CMS-23197)
Fixed: Concurrent editing breaks CKEditor autosave
The CKEditor5RichTextArea's save callback would not resolve properly if the editor is (or was) in readonly mode. This issue is now resolved.
(CMS-23142)
More robust layout resolving for commerce categories
There is a pitfall in the commerce integration, the root category of a commerce catalog must be augmented. If not, there are some obscure errors when resolving the page layout for commerce pages (augmented categories and products). The resolving is more robust now. If the root category is not augmented by mistake you will see a warning in the browser console log.
(CMS-23115)
Fixed Taxonomy Node Readonly State in LinkLists
Checked-out taxonomy nodes have been rendered as "Element not visible". These nodes are now rendered as regular ones, since the checked-out state does not affect the link list editing here.
(CMS-23071)
Finished Workflows Now Always Show in Content App Sidebar
We fixed a bug where finished workflows where not always correctly displayed in the Content App Sidebar.
(CMS-23036)
Missing CKEditor Styles for TeaserOverlay if CKE4 is disabled
TeaserOverlay styles are fixed when CKEditor 4 is disabled
(CMS-22990)
Fixed Library Column Header Localization
Added translations for "Columns", "Sort Ascending" and "Sort Descending".
(CMS-22904)
Content Issue Text
A content issue sometimes contained the text "Element not visible" although the referenced content is visible to the user. This is fixed now.
(CMS-22485)