Release Notes / Version 10.2107
Table Of ContentsWorkflow Window: Start Workflow Button is Disabled Until Validation is Finished
The start button of the workflow window for publication/translation was enabled when opening the window. For a large content set it might take some time until the validation finished. During the validation the button was usable but the usage of the button caused errors in the case the validation is not successfull. Now the start button is disabled and will be enabled if the validation has been completed successfully.
(CMS-21987)
Fixed Memory Leaks in CMPictureForm and CMImageMapForm.
We fixed memory leaks in CMPictureForm and CMImageMapForm.
(CMS-21802)
Third-Party Update: CKEditor 4 to 4.19.0
CKEditor 4 has been updated from 4.17.1 to 4.19.0. This also includes 4.18.0 which contains highly recommended security fixes.
(CMS-21781)
RotateStyleClassPlugin Is Now Robust Against Being Destroyed While Active
Before the change the timer wasn't properly cleaned up which could have led to many console errors.
(CMS-21471)
Fixed Referrer List Panel
The bindTo expression for the referrer list panel allows null values now too.
(CMS-21448)
Augmentation Folder Issue Fixed
The display name of a categories (and its parent categories) is used as storage path below the Augmentations folder. If such a category name contained a space at the end the augmentation functionality was broken (nothing happened, the error was only visible in the browser console). These illegal characters are now removed from the storage path.
(CMS-21438)
State of MergeStrategyChooser is persisted in Studio
The MergeStrategyChooser has a state handling now.
(CMS-20723)
Start Workflow Window: Start button is disabled during starting the workflow
In the window for starting workflows (publication/translation) the start button was in some cases enabled after the start was triggered. If an author clicked the start button multiple times problems in the server occurred. Now the start button is always disabled while the workflow is starting.
(CMS-17961)