close

Filter

loading table of contents...

Release Notes / Version 10.2101

Table Of Contents

CoreMedia Studio Client

BoundRadioGroup Does No Longer Take on Multiple Values At Once

We fixed a bug where a BoundRadioGroup could take on multiple values at once.

(CMS-16637)

Fixed sporadic tab jumping in Studio

If you have opened an Article in Studio and changed immediately from the 'Content' tab to another tab, it may have happened that the 'Content' tab was automatically selected again.

(CMS-16526)

Taxonomies in Studio: Increased Robustness for New Taxonomies

Taxonomies in Studio may not show up. This is especially true, if you start the Studio server without any contents available in repository. In logs, you will find a report of an internal server error (500) in these cases, when accessing the taxonomies resource.

To fix this issue, the TaxonomyResolver has been changed in that way, that it now uses a CacheKey with automated invalidation. Thus, the reload in TaxonomyResolver interface is obsolete now, and even discouraged, as reload is only triggered by administration interface. As a result reload is deprecated now.

Upgrade:

If you happen to have modified taxonomy handling, you may run into merge conflicts on upgrade. Although it is recommended to use the new CacheKey based approach, you may safely skip the updates in modules taxonomies and taxonomy-studio-lib , if you haven't observed any issues yet.

(CMS-16428)

Blob data is no longer loaded if the "expandOnValues" feature is used

The "expandOnValues" feature automatically expands panels in a document form if there is a value set for certain document properties. Before the change blob properties were loaded in order to determine if they are empty. This is no longer necessary.

(CMS-16403)

Search Results

Table Of Contents