rt 4.2.13 ticket#13852
[freeside.git] / rt / share / html / Elements / MyAdminQueues
index e54d054..4caefe5 100644 (file)
@@ -2,7 +2,7 @@
 %#
 %# COPYRIGHT:
 %#
-%# This software is Copyright (c) 1996-2011 Best Practical Solutions, LLC
+%# This software is Copyright (c) 1996-2016 Best Practical Solutions, LLC
 %#                                          <sales@bestpractical.com>
 %#
 %# (Except where explicitly superseded by other copyright notices)
@@ -46,9 +46,7 @@
 %#
 %# END BPS TAGGED BLOCK }}}
 <&|/Widgets/TitleBox, title => loc("Queues I administer"), bodyclass => "" &>
-<& /Elements/QueueSummary,
-   cache => 'my_admin_queues',
+<& /Elements/QueueSummaryByStatus,
    queue_filter => sub { $_->CurrentUserHasRight('AdminQueue') },
-   conditions => [ {cond => "Status = 'new'",  name => loc ('new')  },
-                  {cond => "Status = 'open'", name => loc ('open') }] &>
+&>
 </&>