[Rt-commit] r2659 - in rt/branches/PLATANO-EXPERIMENTAL: . html/Elements

jesse at bestpractical.com jesse at bestpractical.com
Sat Apr 16 02:45:11 EDT 2005


Author: jesse
Date: Sat Apr 16 02:45:10 2005
New Revision: 2659

Modified:
   rt/branches/PLATANO-EXPERIMENTAL/   (props changed)
   rt/branches/PLATANO-EXPERIMENTAL/html/Elements/QueueSummary
Log:
 r12997 at hualien:  jesse | 2005-04-16 02:26:24 -0400
  r11461 at hualien:  jesse | 2005-04-02 00:53:31 -0500
  * Made overview search for Stalled in addition to open and new. Sometime,
    we should make this code smarter
 


Modified: rt/branches/PLATANO-EXPERIMENTAL/html/Elements/QueueSummary
==============================================================================
--- rt/branches/PLATANO-EXPERIMENTAL/html/Elements/QueueSummary	(original)
+++ rt/branches/PLATANO-EXPERIMENTAL/html/Elements/QueueSummary	Sat Apr 16 02:45:10 2005
@@ -54,7 +54,7 @@
 % for my $queue (@queues) {
 %   $i++;
 %   my $queue_cond = "Queue = '$queue->{Name}' AND ";
-%   my $all_q = $queue_cond . "(Status = 'open' OR Status = 'new')";
+%   my $all_q = $queue_cond . "(Status = 'open' OR Status = 'new' OR Status = 'stalled')";
 <TR class="<% $i%2 ? 'oddline' : 'evenline'%>" >
 <td><A HREF="<% $RT::WebPath%>/Search/Results.html?Query=<%$all_q%>&Rows=50" TITLE="<% $queue->{Description} %>"><%$queue->{Name}%></a></TD>
 %   for my $condition (@$conditions) {


More information about the Rt-commit mailing list