[Rt-commit] rt branch, 5.0/configurable-linked-queue-portlets, repushed
Jim Brandt
jbrandt at bestpractical.com
Fri May 8 16:29:34 EDT 2020
The branch 5.0/configurable-linked-queue-portlets was deleted and repushed:
was 59f573997f98e451b3ad285059833087fbbed8fb
now 3dfdaea75911128c9cb6dad5de76059410c6ff68
1: d5581ef0de = 1: d5581ef0de Add a configurable queue portlet to ticket display page
2: 49f3a45e2b = 2: 49f3a45e2b Add test for Linked Queue Portlets
3: 59f573997f ! 3: 079ccba255 Use LinkedQueuePortletFormats for ShowLinkedQueues
@@ -13,7 +13,9 @@
EmptyMessages => \@empty_messages,
);
-+my $format = ( exists RT->Config->Get('LinkedQueuePortletFormats')->{$queue_name} ? RT->Config->Get('LinkedQueuePortletFormats')->{$queue_name} : RT->Config->Get('LinkedQueuePortletFormats')->{'Default'} );
++my $format = ( exists RT->Config->Get('LinkedQueuePortletFormats')->{$queue_name}
++ ? RT->Config->Get('LinkedQueuePortletFormats')->{$queue_name}
++ : RT->Config->Get('LinkedQueuePortletFormats')->{'Default'} );
+
for my $query ( @queries ) {
my $empty_message = shift @empty_messages;
@@ -27,3 +29,4 @@
$Rows => 8
-$Format => RT->Config->Get( 'LinkedQueuePortletFormats' )->{ 'Default' }
</%ARGS>
+
-: ------- > 4: 1fafcee493 Add new options to META for access from web config
-: ------- > 5: 3dfdaea759 Add spacing between title and table showing linked tickets
More information about the rt-commit
mailing list