04.11.2025
Bugfix
Bugfix

Translation CMS Page: Correct a templateName to avoid the portal header and footer be visible in editmode

SUP-19225
Bugfix

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

SUP-19239
Bugfix

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.
SUP-19246
Bugfix

Hide the Save button in LeaveOverlay in Dialogform (Sub-Form) and ensure cancelForm is called with the correct state.

SUP-19255
Bugfix

Fix auto-save not resuming after dialog form save.