[Rt-commit] rt branch, 4.6/core-group-management-extensions, repushed
Blaine Motsinger
blaine at bestpractical.com
Thu May 30 20:46:25 EDT 2019
The branch 4.6/core-group-management-extensions was deleted and repushed:
was 9c3f0ebb82b7a96074d79645077c72b433acea95
now 0520c232fddd22de0b9c3b24eca505b4e0323138
1: e154fe55f ! 1: 5abeb826e Core RT-Extension-GroupLinks
@@ -271,7 +271,7 @@
- push @ret, sort map {$m->interp->apply_escapes( loc("Group: [_1]", $_->Name), 'h' )}
+ # Link to the group summary page
+ my $href = RT->Config->Get("WebPath") . "/Group/Summary.html?id=";
-+ push @ret, sort map { "<a href=\"" . $href . $_->id . "\">" . loc("Group: ") . $_->Name . "</a>" }
++ push @ret, sort map { "<a href=\"" . $href . $_->id . "\">" . loc("Group:") . " " . $_->Name . "</a>" }
@{ $Object->GroupMembersObj( Recursively => 0)->ItemsArrayRef };
$m->out( join($Separator, @ret) );
2: aa8c940e3 = 2: 79ba37d51 Core RT-Extension-GroupSummary
3: 9c3f0ebb8 ! 3: dd273ca7a Core RT-Extension-GroupSelfService
@@ -261,3 +261,4 @@
$Rows => 50
+$SortByRole => 'Requestor' # Role to use when determining "My" tickets
</%ARGS>
+
-: ------- > 4: 0520c232f Fix test for initialdata change
More information about the rt-commit
mailing list