Release Notes / Version 13.2512.1
Table Of ContentsDeprecated Workflow Validators Property-Based Configuration
The current concept of configuration of workflow start validators by Spring properties has been deprecated to ease configuration of project-specific validators in future releases.
Beginning with CMCC 13 2512.1 and 2606.0, instead of static lists of
validator bean names (Spring properties
studio.workflow.validation.start-validators.*),
validator beans will be annotated to be evaluated by an established
Spring mechanism. Consequently, class
com.coremedia.rest.cap.workflow.validation.configuration.BeanMappingUtil
has been deprecated, too, as it was only used for the deprecated
properties' evaluation.
Should you have customized workflow start validation in your project, you will have to refer to Studio Developer Manual, section Customizing Validation of Built-In Workflows for details on the new configuration concept when upgrading to said future releases.
(CMS-30231)
Thumbnail Preview Improvements
Thumbnails in LinkLists and the Collection View now display images proportionally without cropping. Images are now scaled to fit within their container while preserving the original aspect ratio.
Separate Type Icon Column
A new LinkListTypeIconColumn is available to display the document type icon in its own dedicated column, providing better visual separation between thumbnail and type information.
Recommended usage:
Config(LinkListThumbnailColumn),
Config(LinkListTypeIconColumn),
No migration required. Existing configurations using LinkListThumbnailWithTypeColumn continue to work unchanged. If you have custom forms with explicit column configurations and want to adopt the new separated layout, replace:
Config(LinkListThumbnailWithTypeColumn), with:
Config(LinkListThumbnailColumn),
Config(LinkListTypeIconColumn),
Note: LinkListThumbnailColumn is no longer deprecated and can be used independently.
(CMS-27123)


