[Rt-commit] r16536 - in rt/branches/3.999-DANGEROUS: etc

sunnavy at bestpractical.com sunnavy at bestpractical.com
Sat Oct 25 03:52:29 EDT 2008


Author: sunnavy
Date: Sat Oct 25 03:52:28 2008
New Revision: 16536

Modified:
   rt/branches/3.999-DANGEROUS/   (props changed)
   rt/branches/3.999-DANGEROUS/etc/initialdata

Log:
 r17396 at sunnavys-mb:  sunnavy | 2008-10-25 15:20:21 +0800
 active should include new


Modified: rt/branches/3.999-DANGEROUS/etc/initialdata
==============================================================================
--- rt/branches/3.999-DANGEROUS/etc/initialdata	(original)
+++ rt/branches/3.999-DANGEROUS/etc/initialdata	Sat Oct 25 03:52:28 2008
@@ -731,7 +731,7 @@
       content => {
         default => {
             initial  => ['new'],
-            active   => ['open', 'stalled'],
+            active   => [ 'new', 'open', 'stalled'],
             inactive => ['resolved', 'rejected', 'deleted'],
             transitions => {
                 new      => [qw(open resolved rejected deleted)],


More information about the Rt-commit mailing list