Skip to content

Commit

Permalink
Add AfterUpdate callback to group member admin
Browse files Browse the repository at this point in the history
This new callback gives developers a place to take additional actions
after group membership has been updated.
  • Loading branch information
Jason Crome committed Oct 5, 2023
1 parent 92e0d16 commit 9fe3cd9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions share/html/Admin/Groups/Members.html
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,8 @@ <h3><&|/l&>Add members</&></h3>
push (@results, $msg);
}

$m->callback( CallbackName => 'AfterUpdate', %ARGS, Actions => \@results, ARGSRef => \%ARGS, Group => $Group );

$Rows ||= 50;
$Page ||= 1;
my $TotalFound = $Group->UserMembersObj( Recursively => 0 )->Count;
Expand Down

0 comments on commit 9fe3cd9

Please sign in to comment.