Actions
Feature proposal #9627
closedImplement notification entity trigger for when notification recipients are updated
Feature proposal #9627:
Implement notification entity trigger for when notification recipients are updated
Description
Notification entities won't fire the store trigger if the notification itself wasn't modified, but the recipients were. So having a trigger specifically for when new recipients are appended to an existing notification would be very helpful.
This should include a recipients diff so it's possible to act strictly on a list of non-notified user ids.
Updated by krileon about 1 year ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Implemented as: $_PLUGINS->trigger( 'activity_onAfterNotificationEntityUpdate', [ $this, &$notification, $newRecipients );
Actions