Release Notes / Version 10.2101
Table Of ContentsStruct Editor: Blobs can now also be uploaded to Blob(-List)-Properties within Struct Lists
When using the upload blob dialog of the
Struct Editor
blob (list) properties nested within Struct lists are now properly handled. Before the fix the upload was just ignored.
(CMS-18719)
Make BindPlugin robust against write errors
In rare situations when trying to write a value to an invalid struct, the BindPlugin received an AS error which was not caught and caused the whole Studio to be unusable. A reload was required. This is fixed now. The BindPlugin catches the error and reports it to the console.
(CMS-17198)
Fixed Lookup of ViewTypes
Fixed issue with attribte paths of the ViewTypeSelectorForm . This attribute allowes to set fix looup paths for view type but included other folders of the type hierarchy anyway. The type hierarchy and the corresponding folder lookup is ignored now again.
(CMS-15167)