[Rt-commit] rt branch, 4.0/lifecycle-example, created. rt-4.0.18-134-gc22a524

Alex Vandiver alexmv at bestpractical.com
Mon Dec 30 19:20:23 EST 2013


The branch, 4.0/lifecycle-example has been created
        at  c22a5244aff0ff18e8412e5df36073580348e6ed (commit)

- Log -----------------------------------------------------------------
commit c22a5244aff0ff18e8412e5df36073580348e6ed
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Mon Dec 30 19:20:15 2013 -0500

    Drop disallowed "pending -> delivered" action
    
    The transition map does not allow such a transition.

diff --git a/docs/customizing/lifecycles.pod b/docs/customizing/lifecycles.pod
index 21dcf80..29ab96b 100644
--- a/docs/customizing/lifecycles.pod
+++ b/docs/customizing/lifecycles.pod
@@ -378,10 +378,6 @@ to experiment.
                     label  => 'Open For Processing',
                     update => 'Comment',
                 },
-                'pending -> delivered' => {
-                    label  => 'Mark as being delivered',
-                    update => 'Comment',
-                },
                 'pending -> declined' => {
                     label  => 'Decline',
                     update => 'Respond',

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


More information about the rt-commit mailing list