[Rt-commit] rt branch, 4.0/warn-active-status, updated. rt-4.0.1rc1-13-g323822d
Kevin Falcone
falcone at bestpractical.com
Wed Jun 8 13:55:38 EDT 2011
The branch, 4.0/warn-active-status has been updated
via 323822d30559debd0c6d0abb0d97c382ee41f46b (commit)
from 8b2a1742b0325329a516dc7c8126f77b7d59551f (commit)
Summary of changes:
lib/RT/Config.pm | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
- Log -----------------------------------------------------------------
commit 323822d30559debd0c6d0abb0d97c382ee41f46b
Author: Kevin Falcone <falcone at bestpractical.com>
Date: Wed Jun 8 13:01:32 2011 -0400
Be clearer about needing to set up transition rules
Also pull an extra 'for'
diff --git a/lib/RT/Config.pm b/lib/RT/Config.pm
index dd7acfc..04f1d31 100644
--- a/lib/RT/Config.pm
+++ b/lib/RT/Config.pm
@@ -730,8 +730,8 @@ our %META = (
# XXX Remove in RT 4.2
warn <<EOT;
The ActiveStatus configuration has been replaced by the new Lifecycles
-for functionality. You should set the 'active' property of the
-'default' lifecycle; see RT_Config.pm for documentation.
+functionality. You should set the 'active' property of the 'default'
+lifecycle and add transition rules; see RT_Config.pm for documentation.
EOT
},
},
@@ -743,8 +743,8 @@ EOT
# XXX Remove in RT 4.2
warn <<EOT;
The InactiveStatus configuration has been replaced by the new Lifecycles
-for functionality. You should set the 'inactive' property of the
-'default' lifecycle; see RT_Config.pm for documentation.
+functionality. You should set the 'inactive' property of the 'default'
+lifecycle and add transition rules; see RT_Config.pm for documentation.
EOT
},
},
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list