Release Notes / Version 10.2107
Table Of ContentsFixed missing advanced tab expansion
When a content property link is clicked in the feedback hub and the property is located on a tab which is not active and hidden in the document view, that tab gets active and is shown now together with the property.
(CMS-17764)
Fixed type error in FavoritesUserItemBase
With a slow network the following type error may occur when starting the Studio: 'Cannot read property '_main' of null' in class FavoritesUserItemBase, line 27. This is fixed now.
(CMS-17538)
Introduced Dynamic Calculation of 'taxonomyId'
Instead of configuring the taxonomyId of the TaxonomyPropertyField with a static value, the property editor now supports the optional config param taxonomyIdExpression . A (Function)ValueExpression can be passed here which calculates the taxonomyId during runtime. The parameter taxonomyId is still applicable and will be preferred if set.
Please note that this logic is not applicable for the TaxonomyConditions used in the query editor of the CoreMedia Studio.
(CMS-16945)
Fixed Possible JavaScript Error in the TaxonomyPropertyField
Fixed possible JavaScript error in the TaxonomySuggestionsLinkListPanel . The error was thrown for disabled suggestions.
(CMS-16935)
Added missing document types for newly created CMQueryList documents
When a CMQueryList document is created, the settings struct which specifies is only generated when a condition is applied. This fix ensures that the document types are set even if no condition has been applied yet.
(CMS-16106)