[Rt-commit] rt branch, 4.6/configurable-linked-queue-portlets, repushed
Blaine Motsinger
blaine at bestpractical.com
Wed Mar 18 18:39:34 EDT 2020
The branch 4.6/configurable-linked-queue-portlets was deleted and repushed:
was c69e3625140d1350e3e0ee7f9ca2d7a665a8d347
now 5cc23cfd80ce36884ff59fae5c5ac311b5bb7041
1: 6d4c846ac6 ! 1: 94173dc2b2 Add a configurable queue portlet to ticket display page
@@ -177,15 +177,17 @@
--- a/share/html/Ticket/Elements/ShowSummary
+++ b/share/html/Ticket/Elements/ShowSummary
@@
+ % }
+ </&>
% $m->callback( %ARGS, CallbackName => 'AfterDates' );
- % my (@extra);
- % push @extra, titleright_raw => '<a href="'. RT->Config->Get('WebPath'). '/Ticket/Graphs/index.html?id='.$Ticket->id.'">'.loc('Graph').'</a>' unless RT->Config->Get('DisableGraphViz');
++% my (@extra);
++% push @extra, titleright_raw => '<a href="'. RT->Config->Get('WebPath'). '/Ticket/Graphs/index.html?id='.$Ticket->id.'">'.loc('Graph').'</a>' unless RT->Config->Get('DisableGraphViz');
+
+<& /Ticket/Elements/ShowLinkedQueues,
+ TicketObj => $Ticket,
+&>
+
<& /Ticket/Elements/ShowAssets, Ticket => $Ticket &>
- % $m->callback( %ARGS, CallbackName => 'LinksExtra', extra => \@extra );
- <&| /Widgets/TitleBox, title => loc('Links'),
+ <%PERL>
+ my $links_url = RT->Config->Get('WebPath')."/Ticket/ModifyLinks.html?id=".$Ticket->Id;
2: c69e362514 = 2: 5cc23cfd80 Add docs for the new Linked Queue Portlets configs
More information about the rt-commit
mailing list