close

Filter

loading table of contents...

Release Notes / Version 11.2310

Table Of Contents

CoreMedia Studio Client

Assets can no longer be created outside the "Assets" folder

Asset Management establishes an "Assets" folder that is shown as a new top-level folder in the library. The Asset Management Studio Plugin is supposed to prevent the user from creating assets outside of this "Assets" folder. However, a bug (CMS 23531) broke this feature: "Document Asset", "Picture Asset", and "Video Asset" can still be created anywhere, i.e. they still appear in the "Create new content" drop-down, even if some folder that is not below the "Asset" root folder is selected.

Now that the bug is fixed, the intended behavior is restored. If you prefer to still allow users to create Asset documents anywhere, you can restore the old behavior by removing the following lines in AMStudioPlugin.ts,

new ConfigureDocumentTypes({
          names: AssetConstants.DOCTYPE_ASSET,
          includeSubtypes: true,
          mayCreate: AMStudioPluginBase.mayCreate,
        }),

If you want, you can then also remove the now unused method AMStudioPluginBase.mayCreate.

(CMS-23534)

ConfigureDocumentTypes.includeSubtypes is now effective

Setting the flag includeSubtypes of ConfigureDocumentTypes did not have the intended effect as described in its documentation:

Used for the 'mayCreate' function: if true, the mayCreate function will be evaluated for subtypes too.

Note that all Studio plugins that use includeSubtypes: true now behave as intended, which may lead to less document types being offered for creation, as specified by their mayCreate function.

(CMS-23531)

Prevent Auto-Logout during Bulk Upload

While bulk uploads are active, Studio now prevents auto-logout, which could interrupt uploads.

(CMS-23530)

Fixed Folder Chooser For Content Hub Import

Fixed issues with the default folder initialization of the Content Hub import dialog. The defaults from the content creation settings are now applied.

(CMS-23462)

Enabled Mouse Selection During Tree Node Renaming

Fixed an issue where the library tree node text was not selectable during renaming via mouse pointer.

(CMS-23323)

Fixed Error in SiteSelector for Site-IDs with Language Tag Name

Fixed an issue where when the id of a site was the value of a language tag (e.g. "de"), the site selector did not work anymore.

(CMS-23268)

Fixed Content Selection for Starting Update Workflows in Locale Switcher

When a content was selected for updating via the locale switcher, the workflow dialog was always opened with the root content of the site hierachy, not the content that needs the update.

(CMS-23241)

Fixed Layout of Welcome Widget

Improved layout of the Welcome Widget that got broken when the Studio's browser window got too small. Please note that component may still get cut off when the screen is too small, but this bugfix improves the overall layout and usage of the existing space inside this widget.

(CMS-23153)

CKEditor 4: Update to 4.22.1

CKEditor 4 has been updated to 4.22.1.

For an overview of changes, consult the CKEditor 4 release notes.

While in CoreMedia Blueprint, no adaptions had to be applied using the new CKEditor 4 version, your adaptations may be affected (or benefit) from applied changes.

For detailed information, you may want to take a look at these release notes:

(CMS-23128)

Allow PageGrid to have no Row Widgets

The expand/collapse button is gone now if the page grid is configured with no row widgets.

(CMS-22916)

Fixed Document Form Scroll Positioning

Fixed the correct scroll position restoring for tab reuse.

(CMS-22067)

Fixed "Direct Edit" Mode on Node Collapse

Fixed an issue where a tree node in the library switched to a direct-edit mode (renaming mode) on collapse.

(CMS-17952)

Search Results

Table Of Contents
warning

Your Internet Explorer is no longer supported.

Please use Mozilla Firefox, Google Chrome, or Microsoft Edge.