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

ruz at bestpractical.com ruz at bestpractical.com
Wed Dec 7 07:58:51 EST 2005


Author: ruz
Date: Wed Dec  7 07:58:50 2005
New Revision: 4257

Modified:
   rtir/branches/1.9-EXPERIMENTAL/   (props changed)
   rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Elements/States
Log:
 r459 at cubic-pc:  cubic | 2005-12-07 16:01:18 +0300
  r451 at cubic-pc:  cubic | 2005-12-07 00:41:51 +0300
  * resolved state for IRs
 


Modified: rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Elements/States
==============================================================================
--- rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Elements/States	(original)
+++ rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Elements/States	Wed Dec  7 07:58:50 2005
@@ -1,7 +1,7 @@
 <%ONCE>
 my %meta = (
     'Incidents'        => { Active => ['new', 'open', 'stalled'], Inactive => [] },
-    'Incident Reports' => { Active => ['new', 'open'], Inactive => ['rejected'] },
+    'Incident Reports' => { Active => ['new', 'open'], Inactive => ['rejected', 'resolved'] },
     'Investigations'   => { Active => ['open'], Inactive => ['stalled'] },
     'Blocks'        => { Active => ['pending activation', 'active', 'pending removal'], Inactive => [] },
 );


More information about the Rt-commit mailing list