[Rt-commit] rt branch, 5.0/self-service-group-closed, created. rt-5.0.0-8-gf878b6dbd9
Jim Brandt
jbrandt at bestpractical.com
Wed Sep 2 15:19:15 EDT 2020
The branch, 5.0/self-service-group-closed has been created
at f878b6dbd9ca56ab2263985774214014c965c90d (commit)
- Log -----------------------------------------------------------------
commit f878b6dbd9ca56ab2263985774214014c965c90d
Author: Jim Brandt <jbrandt at bestpractical.com>
Date: Wed Sep 2 15:05:58 2020 -0400
Show group tickets on self service closed page
diff --git a/share/html/SelfService/Closed.html b/share/html/SelfService/Closed.html
index 826739974a..bd276b304d 100644
--- a/share/html/SelfService/Closed.html
+++ b/share/html/SelfService/Closed.html
@@ -59,6 +59,16 @@
% $m->callback(CallbackName => 'AfterMyRequests', ARGSRef => \%ARGS, Page => $Page);
+<& /SelfService/Elements/MyGroupRequests,
+ %ARGS,
+ status => '__Inactive__',
+ title => loc('My group\'s tickets'),
+ BaseURL => RT->Config->Get('WebPath') ."/SelfService/Closed.html?",
+ Page => $Page,
+&>
+
+% $m->callback(CallbackName => 'AfterMyGroupRequests', ARGSRef => \%ARGS, Page => $Page);
+
<%ARGS>
$Page => 1
</%ARGS>
-----------------------------------------------------------------------
More information about the rt-commit
mailing list