[otrs-cvs] otrs/Kernel/Modules AdminProcessManagementPath.pm, 1.8, 1.9
"CVS commits notifications of OTRS.org" <[email protected]>
| Newsgroups | gmane.comp.otrs.cvs |
|---|---|
| Message-ID | <[email protected]> |
Comments:
Update of /home/cvs/otrs/Kernel/Modules
In directory lancelot:/tmp/cvs-serv23088/Kernel/Modules
Modified Files:
AdminProcessManagementPath.pm
Log Message:
Followup to bug#9044 - ProcessManagement: Transition is duplicated on redraw. If a transition action was used twice in a process, both shared the same transition actions. Opening the path popup did not show the correct transition information.
Author: mn
Index: AdminProcessManagementPath.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/Modules/AdminProcessManagementPath.pm,v
retrieving revision 1.8
retrieving revision 1.9
diff -2 -u -d -r1.8 -r1.9
--- AdminProcessManagementPath.pm 20 Nov 2012 14:42:19 -0000 1.8
+++ AdminProcessManagementPath.pm 21 Jan 2013 10:32:05 -0000 1.9
@@ -1,5 +1,5 @@
# --
# Kernel/Modules/AdminProcessManagementPath.pm - process management path
-# Copyright (C) 2001-2012 OTRS AG, http://otrs.org/
+# Copyright (C) 2001-2013 OTRS AG, http://otrs.org/
# --
# $Id$
@@ -91,4 +91,5 @@
$PathData->{ProcessEntityID} = $GetParam->{ProcessEntityID} || $GetParam->{ID};
$PathData->{TransitionEntityID} = $GetParam->{TransitionEntityID} || $GetParam->{EntityID};
+ $PathData->{StartActivityID} = $GetParam->{StartActivityID};
return $Self->_ShowEdit(
@@ -325,5 +326,5 @@
# get parameters from web browser
for my $ParamName (
- qw( ID EntityID ProcessData TransitionInfo ProcessEntityID TransitionEntityID )
+ qw( ID EntityID ProcessData TransitionInfo ProcessEntityID StartActivityID TransitionEntityID )
)
{
---------------------------------------------------------------------
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