[Rt-commit] rt branch, 4.0/lifecycle-example, created. rt-4.0.18-134-g412fc25
Alex Vandiver
alexmv at bestpractical.com
Mon Dec 30 19:21:36 EST 2013
The branch, 4.0/lifecycle-example has been created
at 412fc2540dccfb21894f39fc80e1e00adc5d90f0 (commit)
- Log -----------------------------------------------------------------
commit 412fc2540dccfb21894f39fc80e1e00adc5d90f0
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. Resolves issues
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