[Rt-commit] rt branch, 4.4/add-callbacks-group-members-page, created. rt-4.4.4-82-g07293a6cbf
Craig Kaiser
craig at bestpractical.com
Wed Feb 12 10:52:14 EST 2020
The branch, 4.4/add-callbacks-group-members-page has been created
at 07293a6cbf2591f8c079e86a411e42c287e007b2 (commit)
- Log -----------------------------------------------------------------
commit 07293a6cbf2591f8c079e86a411e42c287e007b2
Author: Craig Kaiser <craig at bestpractical.com>
Date: Wed Feb 12 09:46:43 2020 -0500
Add callbacks to Admin->Groups->Members page
diff --git a/share/html/Admin/Groups/Members.html b/share/html/Admin/Groups/Members.html
index ec6849568d..1af4873521 100644
--- a/share/html/Admin/Groups/Members.html
+++ b/share/html/Admin/Groups/Members.html
@@ -47,11 +47,16 @@
%# END BPS TAGGED BLOCK }}}
<& /Admin/Elements/Header, Title => $title &>
<& /Elements/Tabs &>
+
+% $m->callback(CallbackName => 'BeforeActionList', %ARGS, Actions => \@results, ARGSRef => \%ARGS, Group => $Group);
+
<& /Elements/ListActions, actions => \@results &>
<form action="<% RT->Config->Get('WebPath') %>/Admin/Groups/Members.html" method="post">
<input type="hidden" class="hidden" name="id" value="<%$Group->Id%>" />
+% $m->callback(CallbackName => 'BeforeEditMembership', %ARGS, Actions => \@results, ARGSRef => \%ARGS, Group => $Group);
+
<&| /Widgets/TitleBox, title => loc('Editing membership for group [_1]', $Group->Label) &>
<table width="100%">
-----------------------------------------------------------------------
More information about the rt-commit
mailing list