[Rt-commit] rt branch, 4.0/lifecycle-example, created. rt-4.0.18-134-ga4d1f5f
Alex Vandiver
alexmv at bestpractical.com
Mon Dec 30 19:37:44 EST 2013
The branch, 4.0/lifecycle-example has been created
at a4d1f5f7f9ed9eaa03447ba1b24ecdcb6386ee54 (commit)
- Log -----------------------------------------------------------------
commit a4d1f5f7f9ed9eaa03447ba1b24ecdcb6386ee54
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
bug #28238
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