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

sunnavy at bestpractical.com sunnavy at bestpractical.com
Mon Nov 3 07:42:28 EST 2008


Author: sunnavy
Date: Mon Nov  3 07:42:26 2008
New Revision: 16651

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

Log:
 r17517 at sunnavys-mb:  sunnavy | 2008-11-03 20:42:04 +0800
 adding 'new' to active is wrong and will break some logic


Modified: rt/branches/3.999-DANGEROUS/etc/initialdata
==============================================================================
--- rt/branches/3.999-DANGEROUS/etc/initialdata	(original)
+++ rt/branches/3.999-DANGEROUS/etc/initialdata	Mon Nov  3 07:42:26 2008
@@ -731,7 +731,7 @@
       content => {
         default => {
             initial  => ['new'],
-            active   => [ 'new', 'open', 'stalled'],
+            active   => [ 'open', 'stalled'],
             inactive => ['resolved', 'rejected', 'deleted'],
             transitions => {
                 new      => [qw(open resolved rejected deleted)],


More information about the Rt-commit mailing list