Release Notes / Version 10.2107
Table Of ContentsFixed Layout Issue with Background Job Task Panel
The panel only supported a fixed height. This lead to a problem where longer error message simple have been cut off.
(CMS-19619)
Fixed Link List Suggestions for Site Specific Taxonomies
Fixed an issue where only global taxonomy nodes where suggested in the link list, even for site specific ones. The issue happened for the link list suggestions and for the taxonomy chooser dialog chooser.
(CMS-19611)
Added "defaultNameValueExpression" Parameter to QuickCreateMenuItem
There parameter was missing here and is now passed via the QuickCreateAction to the QuickCreateDialog .
(CMS-19595)
Modification of Issue Filter UI selection
When choosing an issue category, with no severity selected before, all the severity checkboxes are now checked automatically.
(CMS-19545)
Added new config preferredSiteOnly for LinkListPropertyField
The config delegates the config to the LinkListPropertyFieldGridPanel. If true its link suggester only suggest content of the preferred site.
(CMS-19491)
DnD of Content Hub Items Respects Link List Cardinality
Dragging/Dropping of Content Hub Items now respects link list cardinality.
(CMS-19426)
CategoryDocumentForm Expands when there is an Issue
The subpanels for
subjectTaxonomy, locationTaxonomy, keywords
will be expanded when there are issues fo the properties.
(CMS-19382)
Fixed Caching Issue in ViewTypeUtil
Fixed caching issue in ViewTypeUtil.as when working the custom base paths.
(CMS-19267)
Studio Client ASDoc Reduced to Actual Public API
Due to a glitch during internal refactoring, the Studio Client ASDoc API documentation contains several classes that are not public API. This has been fixed for this release and will be changed in retrospect for all affected CMCC 10 Studio Client releases.
(CMS-19219)
Fixed some timing problems in FolderChooserList
The FolderChooserList was not properly initialized if some contents were not yet loaded. The has been fixed now.
(CMS-19158)
Possible Format-Loss For Richtext in Studio Fixed
For CoreMedia Richtext created outside CoreMedia Studio you may have experienced losing formatting when loading these into CoreMedia Studio.
The root-cause, which required all CoreMedia Richtext documents to come with a xlink namespace declaration, got fixed.
(CMS-19138)
Studio Client Now Has X-Content-Type-Options "nosniff" Header
The Studio Client now has the X-Content-Type-Options "nosniff" header set for all client requests. The Studio Server already added this header previously.
(CMS-19050)
Fixed Timing Problem when Loading Site Specific Settings
If global settings were loaded before the site specific settings the global settings sometimes did take precedence. This has been fixed now.
(CMS-18549)
Fixed console warnings about deprecated Ext.EventManager
The EventManager is outdated causing a lot of warnings when opening e.g. an CMArticle form due to still being used. Replaced all usages in the code with corresponding alternatives.
(CMS-16061)