[Rt-commit] rt branch, 4.0-trunk, updated. rt-4.0.18-118-g7a84d34
Alex Vandiver
alexmv at bestpractical.com
Mon Dec 16 11:32:07 EST 2013
The branch, 4.0-trunk has been updated
via 7a84d344f8a2d476443968d04bfd4b3cdb5a7083 (commit)
from b801b1a1781d971679fd49e1bf1d25d062e340cc (commit)
Summary of changes:
docs/customizing/lifecycles.pod | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 7a84d344f8a2d476443968d04bfd4b3cdb5a7083
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Fri Dec 13 16:50:22 2013 -0500
Fix the implied position of the __maps__ queue
Close the orders => {} block before the __maps__
Reported-by: Matt Zagrabelny <mzagrabe at d.umn.edu>
diff --git a/docs/customizing/lifecycles.pod b/docs/customizing/lifecycles.pod
index 2964371..21dcf80 100644
--- a/docs/customizing/lifecycles.pod
+++ b/docs/customizing/lifecycles.pod
@@ -305,8 +305,10 @@ mapping, defining the most sensible mapping you can.
If you don't provide a mapping, users will see an error when they try to
move a ticket between queues with different lifecycles but no mapping.
- Set( %Lifecycles, orders => {
- # ...,
+ Set( %Lifecycles,
+ orders => {
+ # ...
+ },
__maps__ => {
'default -> orders' => {
'new' => 'pending',
-----------------------------------------------------------------------
More information about the rt-commit
mailing list