[freeside-commits] branch FREESIDE_4_BRANCH updated. e6b552b8326a7892f5af77dc043af28d08c50787

Mark Wells mark at 420.am
Mon Jun 13 14:12:11 PDT 2016


The branch, FREESIDE_4_BRANCH has been updated
       via  e6b552b8326a7892f5af77dc043af28d08c50787 (commit)
      from  b8ef252dd1dd11fb151d75d18e47528851efc2a5 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit e6b552b8326a7892f5af77dc043af28d08c50787
Author: Mark Wells <mark at freeside.biz>
Date:   Mon Jun 13 14:11:57 2016 -0700

    minor fixes

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;

-----------------------------------------------------------------------

Summary of changes:
 rt/share/html/Elements/QueueSummaryByLifecycle |    4 ----
 1 file changed, 4 deletions(-)




More information about the freeside-commits mailing list