rt 4.2.16
[freeside.git] / rt / share / html / Elements / MySupportQueues
index 5a531f0..bd4067d 100644 (file)
@@ -2,7 +2,7 @@
 %#
 %# COPYRIGHT:
 %#
-%# This software is Copyright (c) 1996-2011 Best Practical Solutions, LLC
+%# This software is Copyright (c) 1996-2019 Best Practical Solutions, LLC
 %#                                          <sales@bestpractical.com>
 %#
 %# (Except where explicitly superseded by other copyright notices)
 %#
 %# END BPS TAGGED BLOCK }}}
 <&|/Widgets/TitleBox, title => loc("Queues I'm an AdminCc for"), bodyclass => "" &>
-<& /Elements/QueueSummary,
-   cache => 'my_support_queues',
+<& /Elements/QueueSummaryByStatus,
    queue_filter => sub { $_->IsAdminCc($session{'CurrentUser'}->Id) },
-   conditions => \@conditions,
 &>
 </&>
-<%INIT>
-my @conditions = ();
-foreach ( RT::Queue->ActiveStatusArray ) {
-    push @conditions, { cond => "Status = '$_'", name => loc($_) };
-}
-</%INIT>