[Rt-commit] rt branch, 4.6/core-group-management-extensions, repushed
Blaine Motsinger
blaine at bestpractical.com
Tue Jun 11 19:14:12 EDT 2019
The branch 4.6/core-group-management-extensions was deleted and repushed:
was 56eeae25774d5fb864f157b91e4021015e1f470e
now fd6dbab41d9ca0a3f012f01bfa292a4b5cd40c04
1: b2bfbb828 = 1: b2bfbb828 Core RT-Extension-GroupLinks
2: 871e5ad7f ! 2: 8cf9b02ec Core RT-Extension-GroupSummary
@@ -669,7 +669,7 @@
+%#
+%# END BPS TAGGED BLOCK }}}
+<&| /Widgets/TitleBox, title => loc('Quick ticket creation'), class => "group create-ticket" &>
-+<form action="<%RT->Config->Get('WebPath')%>/Ticket/Create.html">
++<form name="CreateTicket" action="<%RT->Config->Get('WebPath')%>/Ticket/Create.html">
+<&|/l&>Create a ticket with this group as Cc in Queue</&>
+<input type="hidden" name="AddGroupCc" value="<%$Group->Id%>">
+<& /Elements/SelectNewTicketQueue &>
3: dd72d546d ! 3: ac9f144ec Core RT-Extension-GroupSelfService
@@ -169,7 +169,7 @@
$title ||= loc("My [_1] tickets", $friendly_status);
my $id = $session{'CurrentUser'}->id;
-my $Query = "( Watcher.id = $id )";
-+my $Query = "( $SortByRole.id = $id OR Watcher.id = $id )";
++my $Query = "( $SortByRole.id = $id )";
if ($status) {
$status =~ s/(['\\])/\\$1/g;
4: a7a099d56 = 4: d9400a7e1 Add note to UPGRADING-4.6 for callback changes
5: 56eeae257 ! 5: 5890cce52 Remove hardcoded custom field values in tests
@@ -129,3 +129,4 @@
},
);
$m->content_contains('QueueCFTest QueueCFTest content added', 'Content filed in CF QueueCFTest for default queue' );
+
-: ------- > 6: 2996707be Update test for new group nav links
-: ------- > 7: fd6dbab41 Add test for group summary page
More information about the rt-commit
mailing list