Project

General

Profile

Actions

Feature proposal #8804

open

Family Plans: implement additional triggers

Feature proposal #8804: Family Plans: implement additional triggers

Added by krileon over 4 years ago. Updated about 1 month ago.

Status:
Resolved
Priority:
Normal
Assignee:
Target version:
Start date:
09 December 2021
Due date:
% Done:

100%

Estimated time:

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 Actions #1

  • Target version changed from 4.6.0 to 4.6.1

Updated by beat about 4 years ago Actions #2

  • Target version changed from 4.6.1 to 4.6.2

Updated by beat almost 3 years ago Actions #3

  • Target version changed from 4.6.2 to 4.7.0

Updated by beat over 2 years ago Actions #4

  • Target version changed from 4.7.0 to 4.7.1

Updated by beat almost 2 years ago Actions #5

  • Target version changed from 4.7.1 to 4.8.0

Updated by beat over 1 year ago Actions #6

  • Target version changed from 4.8.0 to 4.8.1

Updated by beat 12 months ago Actions #7

  • Target version changed from 4.8.1 to 4.9.0

Updated by beat 8 months ago Actions #8

  • Target version changed from 4.9.0 to 4.9.1

Updated by krileon about 1 month ago Actions #9

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 Actions #10

  • Status changed from Assigned to Resolved
  • % Done changed from 0 to 100
Actions

Also available in: PDF Atom