Release Notes / Version 10.2107
Table Of ContentsStructPropertyField Can Deal With Sub-Structs and Studio Tab Reuse
We fixed a bug where the StructPropertyField took on wrong values on Studio tab-reuse when the StructPropertyField pointed to a sub-struct of a first-level document property.
(CMS-18219)
Added error message for misconfigured TaxonomyCondition editors
The TaxonomyCondition editor required the config parameter taxonomyId . If not set, the taxonomy selection dialog simply remains empty. We have added an exception with a corresponding message in that case.
(CMS-18167)
Fixed Taxonomy Name Escaping
Fixed issue where taxonomy node names were rendered with escaped characters inside the taxonomy manager.
(CMS-17953)
WorkflowDateTimePropertyField also offers remoteIssuesCallback
The WorkflowDateTimePropertyField also offers a new property remoteIssuesCallback of type function, that can be used to react to issues produce by the field itself
(CMS-17889)