[otrs-cvs] otrs/var/httpd/htdocs/js Core.Agent.Admin.ProcessManagement.js, 1.67, 1.68
"CVS commits notifications of OTRS.org" <[email protected]>
| Newsgroups | gmane.comp.otrs.cvs |
|---|---|
| Message-ID | <[email protected]> |
Comments:
Update of /home/cvs/otrs/var/httpd/htdocs/js
In directory lancelot:/tmp/cvs-serv17462/var/httpd/htdocs/js
Modified Files:
Core.Agent.Admin.ProcessManagement.js
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: Core.Agent.Admin.ProcessManagement.js
===================================================================
RCS file: /home/cvs/otrs/var/httpd/htdocs/js/Core.Agent.Admin.ProcessManagement.js,v
retrieving revision 1.67
retrieving revision 1.68
diff -2 -u -d -r1.67 -r1.68
--- Core.Agent.Admin.ProcessManagement.js 22 Jan 2013 09:46:00 -0000 1.67
+++ Core.Agent.Admin.ProcessManagement.js 22 Jan 2013 11:50:17 -0000 1.68
@@ -48,4 +48,6 @@
$('#PopupRedirectID').val($(this).data('id'));
$('#PopupRedirectEntityID').val($(this).data('entity'));
+ // Only used for path popup
+ $('#PopupRedirectStartActivityID').val($(this).data('startactivityid'));
if ($(this).hasClass('Edit_Confirm')) {
---------------------------------------------------------------------
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