[Rt-commit] rt branch, 4.0-trunk, updated. rt-4.0.18-103-g13e5e09

Alex Vandiver alexmv at bestpractical.com
Wed Dec 4 12:16:17 EST 2013


The branch, 4.0-trunk has been updated
       via  13e5e0905a9b7c427975de624acb6289f5d0a402 (commit)
      from  5f48d3604c14b27b3e7f6a734866d72865f9d9ee (commit)

Summary of changes:
 docs/customizing/lifecycles.pod | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

- Log -----------------------------------------------------------------
commit 13e5e0905a9b7c427975de624acb6289f5d0a402
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Tue Dec 3 16:12:01 2013 -0500

    Add "deleted" to inactive statuses, as it is used in the rest of the config
    
    Resolves issues #25227

diff --git a/docs/customizing/lifecycles.pod b/docs/customizing/lifecycles.pod
index 9a6f38b..2964371 100644
--- a/docs/customizing/lifecycles.pod
+++ b/docs/customizing/lifecycles.pod
@@ -340,7 +340,7 @@ to experiment.
             # All the appropriate order statuses
             initial         => [ 'pending' ],
             active          => [ 'processing', 'delivery' ],
-            inactive        => [ 'delivered', 'returned', 'declined' ],
+            inactive        => [ 'delivered', 'returned', 'declined', 'deleted' ],
 
             # Default order statuses for certain actions
             defaults => {

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


More information about the rt-commit mailing list