Zum Hauptinhalt springen
Version: 6.19

Representation for support for notifications (#667579)

ConSol CM now supports forwarding notifications to a user's designated representatives. This allows both automated and manual processes to keep representatives informed while respecting privacy constraints for direct messages.

The behavior depends on the source of the notification:

  • Script‑based notifications: Use the new method withNotifyRepresentations(true) in NotificationBuilder to include representatives. The option is disabled by default to preserve existing behaviour.
  • Mentioning notifications: You can enable automatic forwarding to representatives by setting the new system property forward.mentioning.to.representatives (module cmweb-server-adapter) to true. The default is false.
Manual notifications

For data protection reasons, manual notifications sent via the bell icon are never forwarded.

All user selectors (assignee, participants, and mentioning) now display an arrow icon in the status circle to indicate that a user has a representation configured.

667579-RepresentationArrow.png