[otrs-cvs] otrs/Kernel/Modules AdminProcessManagementTransitionAction.pm, 1.13, 1.14 AdminProcessManagementPath.pm, 1.9, 1.10
"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-serv17462/Kernel/Modules
Modified Files:
AdminProcessManagementTransitionAction.pm
AdminProcessManagementPath.pm
Log Message:
Fixed problem, where the Path popup was not correctly initialized when going back from the TransitionAction to the Path popup. Additionally, the ascii arrows ("<-") at the go back link were removed.
Author: mn
Index: AdminProcessManagementTransitionAction.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/Modules/AdminProcessManagementTransitionAction.pm,v
retrieving revision 1.13
retrieving revision 1.14
diff -2 -u -d -r1.13 -r1.14
--- AdminProcessManagementTransitionAction.pm 27 Nov 2012 08:55:03 -0000 1.13
+++ AdminProcessManagementTransitionAction.pm 22 Jan 2013 11:50:17 -0000 1.14
@@ -1,5 +1,5 @@
# --
# Kernel/Modules/AdminProcessManagementTransitionAction.pm - process management transition action
-# Copyright (C) 2001-2012 OTRS AG, http://otrs.org/
+# Copyright (C) 2001-2013 OTRS AG, http://otrs.org/
# --
# $Id$
@@ -490,8 +490,9 @@
Name => 'GoBack',
Data => {
- Action => $Self->{ScreensPath}->[-1]->{Action} || '',
- Subaction => $Self->{ScreensPath}->[-1]->{Subaction} || '',
- ID => $Self->{ScreensPath}->[-1]->{ID} || '',
- EntityID => $Self->{ScreensPath}->[-1]->{EntityID} || '',
+ Action => $Self->{ScreensPath}->[-1]->{Action} || '',
+ Subaction => $Self->{ScreensPath}->[-1]->{Subaction} || '',
+ ID => $Self->{ScreensPath}->[-1]->{ID} || '',
+ EntityID => $Self->{ScreensPath}->[-1]->{EntityID} || '',
+ StartActivityID => $Self->{ScreensPath}->[-1]->{StartActivityID} || '',
},
);
Author: mn
Index: AdminProcessManagementPath.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/Modules/AdminProcessManagementPath.pm,v
retrieving revision 1.9
retrieving revision 1.10
diff -2 -u -d -r1.9 -r1.10
--- AdminProcessManagementPath.pm 21 Jan 2013 10:32:05 -0000 1.9
+++ AdminProcessManagementPath.pm 22 Jan 2013 11:50:17 -0000 1.10
@@ -159,7 +159,8 @@
$Self->_PushSessionScreen(
- ID => $TransferData->{ProcessEntityID}, # abuse!
- EntityID => $TransferData->{TransitionEntityID},
- Subaction => 'PathEdit' # always use edit screen
+ ID => $TransferData->{ProcessEntityID}, # abuse!
+ EntityID => $TransferData->{TransitionEntityID},
+ StartActivityID => $GetParam->{StartActivityID},
+ Subaction => 'PathEdit' # always use edit screen
);
@@ -376,7 +377,8 @@
push @{ $Self->{ScreensPath} }, {
Action => $Self->{Action} || '',
- Subaction => $Param{Subaction},
- ID => $Param{ID},
- EntityID => $Param{EntityID},
+ Subaction => $Param{Subaction},
+ ID => $Param{ID},
+ EntityID => $Param{EntityID},
+ StartActivityID => $Param{StartActivityID},
};
---------------------------------------------------------------------
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