Bugfix Link to this entry
Translation CMS Page: Correct a templateName to avoid the portal header and footer be visible in editmode
Bugfix SUP-19225 Link to this entry
Forms: Binary pre-save requests are now only triggered when client side validation of files succeed. This lead to unnecessary backend requests which were rejected anyway
Bugfix SUP-19239 Link to this entry
In the aggregate element, the bug that caused the action buttons of the individual aggregate list elements to be displayed even though editable = false has been fixed. Now, combinations such as the following are accepted:
- If the aggregate list is editable = false, all aggregate elements of this list are also considered editable = false -> no action buttons are displayed.
- If the aggregate list is editable = true, individual specific aggregate elements of this list can be set to editable = false, in which case only these elements will not display action buttons.
- If the aggregate list is createable = false, the Add Action button will no longer be displayed for any aggregate element in this list.
- If the aggregate list is createable = true, the Add Action button will be displayed for any aggregate element in this list.
- A single aggregate element cant have the option createable = false.
- If an aggregate element in the list is deletable = false, the Delete Action Button for this aggregate element is no longer displayed.
- If the aggregate list is deletable = false, the Delete Action button of aggregate elements will no longer be displayed except a single element set deletable = true.
Bugfix SUP-19246 Link to this entry
Hide the Save button in LeaveOverlay in Dialogform (Sub-Form) and ensure cancelForm is called with the correct state.
Bugfix SUP-19255 Link to this entry
Fix auto-save not resuming after dialog form save.