Changes with Gentics ANDP 2.2.2 -
13.06.2024
13.06.2024
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.
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.
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.
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.
Improve error handling and make parsing more failsave in navigation helpers
Fixed Forms tooltip duplicate render of textbox bug. Now rendering only one Textbox per tooltip-icon
Formstaging: Fix issue with importing Forms exported from a andp-2.1 System into a andp-2.2 system
Forms: Fix duplicate displayed error messages for Boolean Elements