close

Filter

loading table of contents...

Release Notes / Version 10.2101

Table Of Contents

CoreMedia Studio Client

Jangaroo Version Updates

To use the new feature of lazy singletons , Studio Client uses a new version of Jangaroo. Support for lazy singletons has been added to the run-time (in jangaroo-libs 4.0.52), which is fully compatible. The compiler (in jangaroo-tools 4.0.72) supports the new annotation Lazy , which is also not a breaking change. For details, see JOO-152 . Note that the update also contains a number of fixes and improvements regarding type-checking, which may reveal type errors in ActionScript/MXML code. So in the unlikely case that after the update, you encounter compile errors in Studio Client, please consult the above issues to fix those type errors in your code.

(CMS-18179)

Moved classes SitesService, Site, SiteModel

The following public API Actionscript classes have been moved into the new module 'studio-client.multi-site-models'. They are now in the package 'com.coremedia.cms.studio.multisite.models.sites'. Otherwise, they kept their signature and behave as before.

Follow Section, “Moved classes SitesService, Site, SiteModel” for upgrade information.

(CMS-18057)

New method in IAdditionalWorkflowDisplayFieldMixin

The new remoteValidationCallback method must be implemented by all Fields, implementing the IAdditionalWorkflowDisplayFieldMixin. The method remoteValidationCallback will be called after every workflow validation and allows the Field to adapt its validaiton state according to the returned workflow issues.

(CMS-17575)

WorkflowDateTimeField can adapt validation state according to WorkflowIssues

The WorkflowDateTime field has a new property issueKeysForValidationState , which can be used to pass issue keys to the field. When a workflow validation produces issues with the severity warn or error and an issue key matches a value from the issueKeysForValidationState , the field will adapt its validation state.

(CMS-17911)

StartWorkflowFormBase was adapted

The StartWorkflowFormBase.as now has a StartWorkflowFormState that can be used to pass the initial contents to the Form.

(CMS-17843)

Search Results

Table Of Contents