Release Notes / Version 10.2107
Table Of ContentsAdded 'taxonomyLinkListWrapper' config parameter for Taxonomy Link Lists
Added the new optional config parameter taxonomyLinkListWrapper for the component TaxonomyLinkListPropertyField so that it may be re-used outside Studio formular components.
(CMS-18195)
Moved components and classes, new deprecations
In preparation for Studio Apps some classes which are not part of the Public API have been moved. Public-API classes have been deprecated and can be replaced with the mentioned replacements.
The following classes have been moved to a new module
Class:
CurrentWorkflowTaskInfoLabel.mxml
Previous package:
com.coremedia.cms.editor.controlroom.workflow
New package:
com.coremedia.cms.studio.workflow.components
New maven module:
com.coremedia.cms:studio-client.workflow-ext-components
Class:
CurrentWorkflowTaskInfoLabelBase.as
Previous package:
com.coremedia.cms.editor.controlroom.workflow
New package:
com.coremedia.cms.studio.workflow.components
New maven module:
com.coremedia.cms:studio-client.workflow-ext-components
Class:
WorkflowLocalizationUtils.as
New Classname:
ProcessDefinitionLocalizationUtils.as
Previous package:
com.coremedia.cms.editor.controlroom.workflow
New package:
com.coremedia.cms.studio.workflow.components
New maven module:
com.coremedia.cms:studio-client.workflow-ext-components
Class:
UIBehaviour.as
Previous package:
com.coremedia.cms.editor.sdk.util
New package:
com.coremedia.ui.util
New maven module:
com.coremedia.ui.toolkit:ui-components
Class:
ProcessDefinitions.properties
Previous package:
com.coremedia.cms.editor
New package:
com.coremedia.cms.studio.workflow.components
New maven module:
com.coremedia.cms:studio-client.workflow-ext-components
Deprecations
Deprecated:
com.coremedia.cms.editor.sdk.premular.CollapsiblePanel.mxml
Replacement:
com.coremedia.ui.components.panel.CollapsiblePanel.mxml
Replacement Maven Module:
com.coremedia.ui.toolkit:ui-components
Deprecated:
com.coremedia.cms.editor.sdk.premular.CollapsiblePanelBase.as
Replacement:
com.coremedia.ui.components.panel.CollapsiblePanelBase.as
Replacement Maven Module:
com.coremedia.ui.toolkit:ui-components
Deprecated:
com.coremedia.cms.editor.sdk.premular.CollapsibleFormPanel.mxml
Replacement:
com.coremedia.ui.components.panel.CollapsibleFormPanel.mxml
Replacement Maven Module:
com.coremedia.ui.toolkit:ui-components
(CMS-17908)
New Warning Dialog for Localization Issues
When the user tries to start a localization workflow and there are localization warnings, a warning dialog appears to inform the user of the unresolved issues. The user can choose whether to continue or cancel the workflow. The dialog will not appear anymore when the 'Do not show again' checkbox is selected. In the Studio user preferences on the 'Studio' tab the user can reset the hidden dialogs by pressing on the 'Show dialog messages again' button.
(CMS-17079)
ShowIssuesPlugin: Limit Tooltip Entries
In tooltips, the
ShowIssuesPlugin
now limits the amount of displayed issues to 5 (per issues type).
(CMS-16200)