Release Notes / Version 10.2101
Table Of ContentsStudio Link Suggestions Exclude Deleted Content
Fixed a bug that deleted content appeared in the list of suggested contents for a link list field in Studio. Deleted content is excluded now.
(CMS-17856)
Fixed Creation of Taxonomy Root Nodes
Fixed issue where root nodes of type 'CMLocTaxonomy' have been created as 'CMTaxonomy' documents.
(CMS-17830)
Fixed Accidental Bookmark Deletion
Fixed issue where bookmarks have been deleted when the Studio tab is closed before they have been loaded.
(CMS-17804)
Fixed Library Dragging Issue
Fixed the possibility to move the Studio library out of the browser window.
(CMS-17602)
Fixed TooManySeachResultsException
The given exception has been raised when Studio's user manager is working on a large amount of users or groups. We have introduced the new Spring property studio.usermanager.minSearchCharacters which determines the amount of characters to input until a search request against the user provider is triggered. The default value is 0 , which means that all users and groups are lazy loaded by the Studio, therefore also requested by the user provider.
(CMS-17404)
Fixed recursion in ReplaceItemsPlugin
Setting recursive="true" in the ReplaceItemsPlugin was broken and has been fixed. However we do not recommend to use the recursive flag. Instead use the NestedRulesPlugin for deeper replacements.
(CMS-13931)