25.09.2025
ANDP-503
Enhancement

Dropdown now displays a hint for minimum search length instead of showing no results. The autocomplete dropdown icon has been removed.

SUP-19035
Enhancement

Added the ‘dropdownInputTheme.dropdownList.showScrollbar property in the theme file to control/configure the visibility of the scrollbar in the dropdown list.

SUP-18934
Bugfix

No version conflicts in sachbearbeiter protal. Delete the specification of Vertx version in sachbearbeiter portal.

Bugfix
Bugfix

Fixed an issue where the FormGen would set the browser tab title using a value from the form JSON. The tab title is now being set by the data.node.fields.name value from the CMS.

SUP-18963
Bugfix

Disabled autocomplete elements no longer display a clear (X) button.

SUP-18974
Bugfix

Rows on the summary page are now displayed with the correct number of columns based on the formgrid width.

SUP-18950
Bugfix

The main aggregate title is now displayed correctly in the summary at the top of the aggregate block.

SUP-18947
Bugfix

Fixed file upload handling. Correct binary file data is now transmitted to Acta Nova. When logged in, uploaded files can be successfully downloaded from the summary page.

SUP-18967
Bugfix

Fixed issue where text in Preconditions overlay was not rendered as an HTML element.

SUP-18949
Bugfix

Fixed issue where forms did not use the correct language for dropdowns, checkboxes, error messages and other elements.

SUP-18973
Bugfix

Fixed validation issues in Expert Search and Excel download.

SUP-18991
Bugfix

Readonly fields will not trigger updateOnChange request anymore. Readonly data for date time elements is not changed anymore.

SUP-18993
Bugfix

The page names of formprogress are now displayed correctly.

SUP-18990
Bugfix

Fixed issue where DropdownReference element could not load options.

SUP-18975
Bugfix

Fixed issue where prefill failed after updateOnChange and dropdowns did not display options.

SUP-18965
Bugfix

Formgrid texts/links are now displayed correctly within the aggregate summary.

SUP-19002
Bugfix

Save Overlay is not displayed anymore when save action is performed in background.

SUP-19015
Bugfix

Integrated the label for the binary element into the binary element component and removed the extra label component, allowing independent styling of the binary label without affecting other styles.

SUP-18998
Bugfix

Fixed the bug where not all values were displayed correctly in table form of the ExpertSearch.

SUP-19028
Bugfix

Submit button is now visible by default if configured in formflow. Pre- and Post-InitForm hooks now have access to UI state and form state, and Post-InitForm also has access to the initForm response.

ANDP-503
Bugfix

Fixed issue in DropdownReferenceElement where search was triggered only after entering one character more than the defined searchReferenceValueMinLength.

SUP-19034
Bugfix

The bug that prevented changes in custom styling from being applied to custom tooltips has been fixed.

SUP-19048
Bugfix

Fixed validation issue in Datetime field.

SUP-19054
Bugfix

Fixed issue where the message was displayed incorrectly if no file attachments were present.

SUP-19049
Bugfix

Extended the auto-logout handler to reset the session timeout on XMLHttpRequest requests, ensuring compatibility with libraries like Axios.

SUP-19053
Bugfix

Fixed incorrect link to a communicationForm inside messages

SUP-19063
Bugfix

The bug where the date and time were displayed in the Summary page even though only the date was selected has been fixed.

SUP-19064
Bugfix

When feature_servicecatalog is activated, the detail info button is displayed and linked correctly again, instead of being hidden incorrectly.

SUP-19045
Bugfix

The expert search table now calculates column widths more efficiently, expanding to fill available space when possible and minimizing widths when too many columns are present to prevent form overflow. A new configurable theme property, expertSearchTableTheme.table.scrollable, has been added. When set to true (default), the table behaves as before with internal scrolling. When set to false, the table forces its full width without internal scrolling, and if the table becomes wider than the window, the entire page will scroll horizontally.