[Rt-commit] r2559 - in rt/branches/QUEBEC-EXPERIMENTAL: . html/Elements

jesse at bestpractical.com jesse at bestpractical.com
Sat Apr 2 00:55:53 EST 2005


Author: jesse
Date: Sat Apr  2 00:55:53 2005
New Revision: 2559

Modified:
   rt/branches/QUEBEC-EXPERIMENTAL/   (props changed)
   rt/branches/QUEBEC-EXPERIMENTAL/html/Elements/QueueSummary
Log:
 r11461 at hualien:  jesse | 2005-04-02 13:53:31 +0800
 * Made overview search for Stalled in addition to open and new. Sometime,
   we should make this code smarter


Modified: rt/branches/QUEBEC-EXPERIMENTAL/html/Elements/QueueSummary
==============================================================================
--- rt/branches/QUEBEC-EXPERIMENTAL/html/Elements/QueueSummary	(original)
+++ rt/branches/QUEBEC-EXPERIMENTAL/html/Elements/QueueSummary	Sat Apr  2 00:55:53 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