Release Notes / Version 12.2506.0
Table Of ContentsFixed Issue Where Workflow App Was Stuck With Loading Indicator for More Than 1000 Inbox Entries
We fixed an issue where the Workflow App was stuck with a loading indicator when there were more than 1000 Inbox entries (offered tasks).
(CMS-29549)
Fixed an issue that time zone names were not propertly localized in studio-client
The issue has been fixed by modifying `apps/studio-client/shared/js/timezones-plugin/src/registerTimeZones.ts`. In case you have copied the implementation, please update these changes accoridngly.
(CMS-28912)
Problematic Cleanup Steps in Dockerfiles Removed
Cleanup steps with recursive removals in `Dockerfile.tasks` have been removed. Those could lead to failures in image build and were not relevant anyhow.
(CMS-27910)
Skip unnecessary save action
Method setValue of CKEditor5RichTextArea does not trigger a save action anymore.
(CMS-27643)
Fixed handling of validity dates after drag & drop
An issue where validity date changes after drag & drop could affect an adjacent item has been fixed.
(CMS-22603)
LinkListPropertyField allows reordering at max cardinality
Reordering items via drag and drop is now possible even when a LinkListPropertyField has reached its configured maxCardinality.
(CMS-21814)
Fixed: postMessage origin error
Analysis: InnerPreviewPanelBase#updateNativeScrolling() attempts postMessages too early on the preview iframe. At that point, the iframe is not yet set up and cannot property determine its origin. Fix: Added an additional check for the current origin of the IFrame.
(CMS-21564)


