Gentics ANDP 8.2.2
Release Date: 07.08.2025
Bugfix SUP-18564 Link to this entry
Forms: DateTime picker now closes on TAB key press too
Bugfix SUP-18544 Link to this entry
Forms: Fix an issue where, after editing a numeric field via updateOnChange and then clicking the Next Page button, the fields validation message disappears. If inside a updateOnChange field, and click on next page button, only single validation request will be sent.
Bugfix SUP-18619 Link to this entry
Forms: values of number input fields are now correctly formatted.
Bugfix SUP-18732 Link to this entry
Plugin: File-Downloads: Fix a path issue when the backoffice url ends with a slash
Bugfix SUP-18730 Link to this entry
Plugin: Fix an issue which prevent a user from assigning himself a task
Bugfix SUP-17722 Link to this entry
Forms: Fix endless loading loop when downloading excel report has failed because of an validationError
Bugfix SUP-18636 Link to this entry
Formgrid: Formgrid-Elements within aggregate can now correctly be edited or deleted.
Bugfix SUP-18847 Link to this entry
Messages: Added missing Response Button in Messages to link to other Communication Forms
Bugfix ANDP-479 Link to this entry
Fixed an issue where clearing a date field with the delete button did not reset its state, causing the value to reappear after navigating to the next state and back.
Bugfix ANDP-489 Link to this entry
Updated submit form flow to use postSubmitForm at the end instead of preSubmit.
Bugfix SUP-18719 Link to this entry
Fixed Windows compatibility for styles-src build scripts.
Gentics ANDP 8.2.1
Release Date: 27.06.2025
Bugfix SUP-18600 Link to this entry
Mail-Templates: Fix an issue where the username has been incorrectly transformed and the corresponding user could not be loaded correctly -> this led to the usage of an incorrect mailTemplate/mapping
Bugfix SUP-18608 Link to this entry
Change dateformat handling in stripTimezoneOffset.
Gentics ANDP 8.2.0
Release Date: 30.05.2025
Manual Change Link to this entry
ANDP 8.2 is compatible with Gentics CMP 8.2
Please update your project to Gentics CMP 8.2 (see Gentics CMP Changelog)
Since CMP 8.2, the default Mesh-Version use MariaDB as a database. So ANDP also use Mesh-SQL with MariaDB per default now. If you are still on a version with OrientDB it‘s recommended to use the Mesh2Mesh Migration-Tool.
Manual Change Link to this entry
The implementation of Forms has been completely rewritten to use React Native instead of React.
Also Messages, Tasks and the Business Cases now use the same underlaying technology. It allows us to use the same components for Native Mobile Apps.
This transformation the following implications for your project:
- Custom-Adaption/Implementation in Handlebar Templates for messages/tasks/business-cases need to be migrated to React.Native. The HTML Rendering in handlebars is not used anymore. See Custom-Adaptions
- Custom-Styling for messages/tasks/business-cases can‘t be done over the default website-styling (data/styles-src) anymore. Please use the Custom-Styling described in Custom-Styling
- Custom-Styling for formgen (portal/formgen/styling) also need to be migrated to React-Native Styling. See also Custom-Styling
- Formgen Custom Elements implemented in a project need to be rewritten to React-Native. Please refer to Custom-Adaptions
Manual Change Link to this entry
Removed the feature `feature_google_recaptcha`.
A Captcha Element can be implemented as a Custom Formgen Element
Optional Manual Change Link to this entry
The feature “feature_unique_identifiers_in_markup” will not be supported anymore.
Instead all elements have already uniqueIds by default.
Enhancement Link to this entry
Keycloak-Plugin: The keycloak plugin dependencies were made simpler and smaller. The automatic building from source has been reintroduced while building the mesh project Image
Enhancement ANDP-423 Link to this entry
Formgrid now supports optional automatic translations of texts. See Documentation
Enhancement Link to this entry
Added additional Mock-Up Forms to support more different types of forms. This makes the custom styling development easier
Enhancement ANDP-409 Link to this entry
Implementation of a more dynamic way of configuring overlays by specifying all types in OverlayTypes.tsx and use centralized methods for hidding and displaying overlay
Enhancement Link to this entry
Native Android and iOs Apps: The transition from React to React Native allows to publish Native Android and iOS apps. The app supports login, forms, business-cases, messages, tasks, service-catalog. See ANDP-Native-App
Enhancement Link to this entry
Form-Flow: It‘s now possible to change the “Form-Flow” of a forms overall and for single forms. This allows individual Form sequences, e.g. forms without a summary page or forms with additional steps. Also all the buttons can be configured individually. See Form-Flow for additional information