Feature proposal #8804
openFamily Plans: implement additional triggers
Description
Review adding additional triggers for the entire workflows for sending shared subscriptions. For example when the email is sent so that can be customized or custom behavior can be added at that time.
Updated by beat about 4 years ago
- Target version changed from 4.6.0 to 4.6.1
Updated by beat about 4 years ago
- Target version changed from 4.6.1 to 4.6.2
Updated by beat almost 3 years ago
- Target version changed from 4.6.2 to 4.7.0
Updated by beat over 2 years ago
- Target version changed from 4.7.0 to 4.7.1
Updated by beat almost 2 years ago
- Target version changed from 4.7.1 to 4.8.0
Updated by beat over 1 year ago
- Target version changed from 4.8.0 to 4.8.1
Updated by krileon about 1 month ago
Implemented in MR !380
The following have been implemented:$_PLUGINS->trigger( 'familyplans_onBeforeUpdateSharedSub', [ &$this, $old ] )$_PLUGINS->trigger( 'familyplans_onBeforeCreateSharedSub', [ &$this ] )$_PLUGINS->trigger( 'familyplans_onAfterUpdateSharedSub', [ $this, $old ] )$_PLUGINS->trigger( 'familyplans_onAfterCreateSharedSub', [ $this ] )$_PLUGINS->trigger( 'familyplans_onBeforeDeleteSharedSub', [ $this ] )$_PLUGINS->trigger( 'familyplans_onAfterDeleteSharedSub', [ $this, $user, $subscription ] )$_PLUGINS->trigger( 'familyplans_onBeforeSendSharedSub', [ $this, &$recipient, &$subject, &$message ] )$_PLUGINS->trigger( 'familyplans_onAfterSendSharedSub', [ $this, $recipient, $subject, $message ] )
Updated by krileon about 1 month ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100