Changes with Gentics ANDP 2.4.0 -

05.12.2024


Manual Change Link to this entry

The Acta-Nova-Plugin E-Mail configuration has changed and is now simplyfied. Please update your settings.

For a full example see E-Mail-Konfiguration

  • There is a new Config Entry in the CMS Settings page messagesdetailpage which need to be configured to point to your Messages Overview page (used for Links in Emails)
  • There is a new Portal-endpoint /api/andp/messagedetail to link/redirect to the Notification Main Page which uses the url from the CMS Settings page and the default language
    You can use /api/andp/messagedetail/de to link to the specified language variant
  • E-Mail-Templates: The variable portalUrl is not available anymore, instead you should use the portalBaseUrl for linking to the startpage, and {{{notification.portalBaseUrl}}}/api/andp/messagedetail?nId={{{notification.uuid}}} to link to the detailpage/notification directly
  • Because it‘s now possible to only set the domain once, the following mail-config entries have been removed. Instead you only need to set the Main-Domain portalBaseUrl of your portal in the config mailProjectMapping and use the new portal-endpoint for the different languages

portalUrlDe
portalUrlEn
portalUrlIt
portalUrlFr

  • The mail-config entry templatePath has been removed. Please configure at least the "default" mailProjectMapping and set the path to the email-template there

Optional Manual Change Link to this entry

Some changes regarding building

The mesh-cli.jar has been removed from the default ANDP mesh containers, because it‘s not used anymore. If you still need it, re-add it to your Dockerfile
The andp-keycloak-plugin is not builded anymore during the mesh-container build. Instead a prebuilt-version is available. If you have custom changes, please add the building for your custom-keycloak plugin to the Dockerfile


Enhancement ANDP-365 Link to this entry

Multiple E-Mail Templates: There is a new feature allowing to configure project specific E-Mail Templates when sending messages to Users See E-Mail-Konfiguration for how to use it


Enhancement ANDP-340 Link to this entry

There is a new Keycloak Theme “andp-theme” which provides a login Theme for Keycloak and can be used for the OutOfTheBox Design instead of the Default Keycloak Theme


Bugfix SUP-17856 Link to this entry

  • Fixed direct link to a Message. The target message is now opened correctly