Improved client-side validation for DateTime fields: Fixed an issue where incomplete numeric inputs (e.g., “123”) did not trigger a client-side validation error. Manual input of dates is now handled client side correctly.
Forms: Fix link rendering in expertsearch result table
Change the label for the button “Auswahl speichern“ to “Auswahl exportieren” of the tool formstaging
Label of Radio-Button is now hidden, if formgrid-Text with dependsOn exists.
Portal Dockerfile: A static dist folder was not cleaned up properly which leads to edge cases where sometimes two built JS files are included in a form page
Fixed the print button for notifications and service description. Updated styling for printing page to better suit the printing page.
DropDownLabel is now visible.
if-Statement inside formInclude corrected.
Added styling for the settings/configuration Template in CMS.
Fixed pre and post load form, pre and post submit, pre and post validation hooks not passing all variables to subsequent calls.
Fixed the portal mobile view on mobile devices and all other small screens. Then service catalog view now automatically chooses the listview if the screen is too small.
Update of messages-counter after onClick message improved.
Mandatory fields in aggregate elements are now not displayed as errors when entering the page.
Enabled to add a new tag typ inside the field of the detaild contact information
Fixed Bug in CMS where the translation entries of de project.json couldnt be used as fallback with other languages in the translation custom tag editor.
Fixed minifying of the portal-style. Changed the minifying tool used to minify the JavaScript for the portal-style.
Fixed bug where favorit page not loading partial. Changed the custom helpers name which loads favorit services.
Bug fixed, where Business-Cases-Details was not loading. There was an incorrect path inside the template.
Removed the back to overview link in business-case-details.
The issue where a task was still displayed as unassigned, even though it had already been assigned, has been fixed. Assignments are now displayed correctly.
Delete the filter option ID for filtering tasks
The issue in where “Show all services” was displayed when only a form and no service description were assigned to a tile has been fixed. The label now correctly reflects the content.
Fix: Resolved an issue preventing users from adding services to favorites when no service description was available.
It‘s now possible to take over tasks assigned to other users
Forms: Fix title of icon not always displayed correctly
Fix the issue of margin of the detail page of a business case. No margin around the page anymore
Forms: Fix fileupload validation when user is not logged in
Manual Change Link to this entry
The default devtool package has been changed from `eGov` to `andp`.
Please make sure you always use the `andp` package, because it contains core functionality. If you update from a previous version consult the Migration-Guide to avoid conflicts.
Manual Change Link to this entry
ANDP-Portal: All `renderForm*` helpers have been renamed to `andpRenderForm*` to avoid conflicts. Please ensure all Formpages are republished when updating to ANDP 2.3
Optional Manual Change Link to this entry
The default Navigation logic and design has changed
If you are updating from a previous version and want to keep the old one, please refer to the Migration-Guide
Changed the default value of the ANDP_MESH_PROJECT in Portal to ”andp
New Design: For ANDP 2.3 we introduced a new simpliefied default Styling. This allows better customizing. For more Information see ANDP-2.3
There is now the possibility to customize Form-Elements or introduce new Project specific elements. For more Information see ANDP-2.3
The Formgrid Options are now configureable. This allows to decide which options are available for configuration or to add new custom Elements to a Form. For more Information see ANDP-2.3
It‘s now possible to extend the ANDP Plugin to add custom endpoints or adapt existing logic. For more Information see ANDP-2.3
New Endpoint for acta-nova-plugin to get the status of the plugin. Can be called on ”/status when logged in as admin.