From 092526ed67705660e1fb0ac12ed93753310171e3 Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Mon, 13 Jun 2016 13:54:04 -0700 Subject: [PATCH] backporting fix --- rt/share/html/Elements/QueueSummaryByLifecycle | 4 ---- 1 file changed, 4 deletions(-) diff --git a/rt/share/html/Elements/QueueSummaryByLifecycle b/rt/share/html/Elements/QueueSummaryByLifecycle index 6c45cfdea..cf67a4fe9 100644 --- a/rt/share/html/Elements/QueueSummaryByLifecycle +++ b/rt/share/html/Elements/QueueSummaryByLifecycle @@ -72,7 +72,6 @@ for my $queue (@queues) { - <% $queue->{Name} %> @@ -141,9 +140,6 @@ my $Search = RT::Search::UnrepliedTickets->new( TicketsObj => $Tickets ); $Search->Prepare; for my $queue (@queues) { - my $cycle = RT::Lifecycle->Load( Name => $queue->{'Lifecycle'} ); - $lifecycle{ lc $cycle->Name } = $cycle; - # show whether there are unreplied tickets # somewhat inefficient but we only use the count query my $tix = $Tickets->Clone; -- 2.11.0