The environment variables of the portal are now documented with meaningful descriptions. The descriptions are used to generate the environment variables reference table in the documentation.
SUP-19663
BugfixImproved file upload error messages and ensured that anonymous users also see the error messages during submit. Prevented the file upload component from hiding when invalid files are present, so users can remove them and trigger new uploads. Because the error messages are now more specific, new translations are also available and should be updated for it/fr/etc. as well.
SUP-19709
BugfixFormgrid: When a ui-schema from ActaNova is merged (with activated option `useFormGridWithoutComparingVersion`), the formgrid specific dropdown for setting the formflow has not been migrated correctly. This has been fixed.
SUP-19717
BugfixPlugin: Disable syncing of ANDP data to elasticsearch by default. If necessary it can be activated per schema individually.
SUP-19738
BugfixFormgen: Added missing mandatory marker (*) to label text of dropdownreference Elements
SUP-19721
Bugfix[FormGen]: Fixed an issue to ensure pages automatically scroll to the top when navigating between form pages.
SUP-19676
BugfixPlugin: When submitting anonymous forms, temp data is now handled differently. This avoids a race condition when multiple actions are done in parallel.
SUP-19729
Bugfix[FormGen]: Fixed an issue where an expert search form would not render if it contained no elements. Furthermore, added an automatic search trigger on form initialization and removed the search button for empty expert search forms.
SUP-19783
BugfixThe button component was centralized to ensure consistent rendering. This fixes a bug where hover styles (`aggAddButtonOnHover` and `aggAddButtonContentOnHover`) were not applied correctly to all ‘Add‘ buttons.
Following this centralization, `aggVarAddButtonContainer` was renamed to `aggAddButtonContainer`, and the unused styles `aggVarAddButtonMobile` and `aggVarAddButton` were removed from the custom style files.
