[Rt-commit] r4816 - in rtir/branches/1.9-EXPERIMENTAL: html/RTIR/Elements

ruz at bestpractical.com ruz at bestpractical.com
Fri Mar 24 07:15:33 EST 2006


Author: ruz
Date: Fri Mar 24 07:15:30 2006
New Revision: 4816

Modified:
   rtir/branches/1.9-EXPERIMENTAL/   (props changed)
   rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Elements/ShowChildren

Log:
 r1004 at cubic-pc:  cubic | 2006-03-24 15:22:43 +0300
 * show removed blocks(aka resolved) by default in the children blocks on the incident's page


Modified: rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Elements/ShowChildren
==============================================================================
--- rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Elements/ShowChildren	(original)
+++ rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Elements/ShowChildren	Fri Mar 24 07:15:30 2006
@@ -57,7 +57,7 @@
 
 <%INIT>
 unless( @States ) {
-    @States = ( $m->comp("/RTIR/Elements/States", Queue => $Queue), 'resolved' );
+    @States = ( $m->comp("/RTIR/Elements/States", Queue => $Queue), 'resolved', 'removed' );
 }
 my @possible_states = $m->comp("/RTIR/Elements/States", Queue => $Queue, Inactive => 1 );
 my ($Type) = $m->comp("/RTIR/Elements/Type", Queue => $Queue);


More information about the Rt-commit mailing list