13.06.2024
Enhancement
Enhancement

The ANDP Plugin now only subscribe and use the configured andp mesh project. The default mesh project is named “andp”. If you want to store your data in a different mesh project use the andp config `meshProject` or the ENV variable `ANDP_MESH_PROJECT` to override it.

ANDP-305
Enhancement

Added a new Feature Debug Mode: This allows to display additional error message details while using Forms. This simplifies debugging in error cases. The Feature can be activated by setting the Environment Variable ANDP_DEBUG_ENABLED to true for mesh or activate it in your features.yml. Warning: This feature should never be activated on productive systems because it can expose sensitive data.

ANDP-288
Bugfix

Fixed feature_form_elements_with_editing_overlay. When feature is disabled, formgrid will no longer show the option for enabling overlay on leave. If feature is enabled, you can enable the “Overlay” Option only for Input elements in formgrid and the respectiv element will show show an overlay on leave.

ANDP-280
Bugfix

When clicking on the url of the notification inside the email, the user is redirected to the main notification page, if the specific notification cannot be found anymore.

SUP-16875
Bugfix

Improve error handling and make parsing more failsave in navigation helpers

SUP-16930
Bugfix

Fixed Forms tooltip duplicate render of textbox bug. Now rendering only one Textbox per tooltip-icon

ANDP-302
Bugfix

Formstaging: Fix issue with importing Forms exported from a andp-2.1 System into a andp-2.2 system

ANDP-292
Bugfix

Forms: Fix duplicate displayed error messages for Boolean Elements