summaryrefslogtreecommitdiff
path: root/rt/share
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2016-06-13 14:11:57 -0700
committerMark Wells <mark@freeside.biz>2016-06-13 14:12:03 -0700
commitc6ace4e445ed640ea55d7f27c635e045f2a8677f (patch)
tree87f2d654318d201a8f97f441b3addb5231c49638 /rt/share
parentc29cfb306d842c30d366d920cc74cfa73ae2f9df (diff)
minor fixes
Diffstat (limited to 'rt/share')
-rw-r--r--rt/share/html/Elements/QueueSummaryByLifecycle4
1 files changed, 0 insertions, 4 deletions
diff --git a/rt/share/html/Elements/QueueSummaryByLifecycle b/rt/share/html/Elements/QueueSummaryByLifecycle
index d6ed1e6..54e6e42 100644
--- a/rt/share/html/Elements/QueueSummaryByLifecycle
+++ b/rt/share/html/Elements/QueueSummaryByLifecycle
@@ -72,7 +72,6 @@ for my $queue (@queues) {
</%PERL>
<tr class="<% $classes %>">
-<td></td>
<td>
<a href="<% $link_all->($queue, \@cur_statuses) %>" title="<% $queue->{Description} %>"><% $queue->{Name} %></a>
</td>
@@ -144,9 +143,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;