[otrs-cvs] otrs/Kernel/System/ProcessManagement/DB Process.pm, 1.34, 1.35

"CVS commits notifications of OTRS.org" <[email protected]>
Newsgroups gmane.comp.otrs.cvs
Message-ID <[email protected]>
Comments:
Update of /home/cvs/otrs/Kernel/System/ProcessManagement/DB
In directory lancelot:/tmp/cvs-serv23585/Kernel/System/ProcessManagement/DB

Modified Files:
	Process.pm 
Log Message:
Fixed a bug that caused TransitionActions not being exported correctly.

Author: mab

Index: Process.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/System/ProcessManagement/DB/Process.pm,v
retrieving revision 1.34
retrieving revision 1.35
diff -2 -u -d -r1.34 -r1.35
--- Process.pm	20 Nov 2012 15:54:17 -0000	1.34
+++ Process.pm	19 Dec 2012 10:10:27 -0000	1.35
@@ -564,5 +564,6 @@
                 for my $TransitionEntityID ( sort keys %{$TransitionPath} ) {
 
-                    my $TransitionActionPath = $TransitionPath->{$TransitionEntityID}->{Action};
+                    my $TransitionActionPath
+                        = $TransitionPath->{$TransitionEntityID}->{TransitionAction};
                     if ( $TransitionActionPath && @{$TransitionActionPath} ) {
                         for my $TransitionActionEntityID ( sort @{$TransitionActionPath} ) {
---------------------------------------------------------------------
OTRS mailing list: cvs-log - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/cvs-log
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/cvs-log
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.