[Rt-commit] rtir branch, rt-3.9, updated. d215e1c7f0b5936da4ad9a35643330a5e425a8c5

? sunnavy sunnavy at bestpractical.com
Thu Oct 7 22:57:28 EDT 2010


The branch, rt-3.9 has been updated
       via  d215e1c7f0b5936da4ad9a35643330a5e425a8c5 (commit)
      from  54d544ade1ef930517608e460aab67ca3b92dafe (commit)

Summary of changes:
 README |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

- Log -----------------------------------------------------------------
commit d215e1c7f0b5936da4ad9a35643330a5e425a8c5
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Fri Oct 8 10:49:51 2010 +0800

    need default_inactive

diff --git a/README b/README
index 3a82cff..c972092 100644
--- a/README
+++ b/README
@@ -48,7 +48,7 @@ Installation instructions:
    WARNING: Do not attempt to re-initialize the database if you are
    upgrading.
 
-7) Activate RTIR extion in the RT config:
+7) Activate RTIR extension in the RT config:
 
     Set(@Plugins, 'RT::FM', 'RT::IR');
     Set(
@@ -58,6 +58,7 @@ Installation instructions:
             initial         => [ 'new', 'open' ],
             active          => [ 'open', 'stalled' ],
             inactive        => [ 'resolved', 'rejected', 'deleted' ],
+            default_inactive  => 'resolved',
 
             transitions => {
 
@@ -99,6 +100,7 @@ Installation instructions:
             initial         => ['open'],
             active          => ['open'],
             inactive        => [ 'resolved', 'abandoned' ],
+            default_inactive  => 'resolved',
 
             transitions => {
 
@@ -120,6 +122,7 @@ Installation instructions:
             initial         => [ 'new', 'open' ],
             active          => ['open'],
             inactive        => [ 'resolved', 'rejected' ],
+            default_inactive  => 'resolved',
 
             transitions => {
 
@@ -149,6 +152,7 @@ Installation instructions:
             initial         => ['open'],
             active          => ['open'],
             inactive        => ['resolved'],
+            default_inactive  => 'resolved',
 
             transitions => {
 
@@ -167,6 +171,7 @@ Installation instructions:
             initial         => ['pending activation'],
             active          => [ 'active', 'pending removal' ],
             inactive        => ['removed'],
+            default_inactive  => 'removed',
 
             transitions => {
                 'pending activation' =>

-----------------------------------------------------------------------


More information about the Rt-commit mailing list