Forms: DateTime picker now closes on TAB key press too
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.
Forms: values of number input fields are now correctly formatted.
Plugin: File-Downloads: Fix a path issue when the backoffice url ends with a slash
Plugin: Fix an issue which prevent a user from assigning himself a task
Forms: Fix endless loading loop when downloading excel report has failed because of an validationError
Formgrid: Formgrid-Elements within aggregate can now correctly be edited or deleted.
Messages: Added missing Response Button in Messages to link to other Communication Forms
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
Change dateformat handling in stripTimezoneOffset.
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:
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.
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
Formgrid now supports optional automatic translations of texts. See Documentation
Added additional Mock-Up Forms to support more different types of forms. This makes the custom styling development easier
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
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
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