[otrs-cvs] ITSMConfigurationManagement/Kernel/Modules AgentITSMConfigItemEdit.pm, 1.38, 1.39

"CVS commits notifications of OTRS.org" <[email protected]> Wed, 24 Apr 2013 03:35:53 +0000
Newsgroups gmane.comp.otrs.cvs
Message-ID <[email protected]>
Comments:
Update of /home/cvs/ITSMConfigurationManagement/Kernel/Modules
In directory lancelot:/tmp/cvs-serv32648/Kernel/Modules

Modified Files:
	AgentITSMConfigItemEdit.pm 
Log Message:
Fixed bug#9355 - AgentITSMConfigItemEdit should not return to Zoom on a hard coded way.

Author: cr

Index: AgentITSMConfigItemEdit.pm
===================================================================
RCS file: /home/cvs/ITSMConfigurationManagement/Kernel/Modules/AgentITSMConfigItemEdit.pm,v
retrieving revision 1.38
retrieving revision 1.39
diff -2 -u -d -r1.38 -r1.39
--- AgentITSMConfigItemEdit.pm	11 Apr 2013 16:23:05 -0000	1.38
+++ AgentITSMConfigItemEdit.pm	24 Apr 2013 03:35:48 -0000	1.39
@@ -373,10 +373,9 @@
             );
 
-            # redirect to zoom mask
+            # redirect to last screen
             my $ScreenType = $Self->{ParamObject}->GetParam( Param => 'ScreenType' ) || 0;
             if ($ScreenType) {
                 return $Self->{LayoutObject}->PopupClose(
-                    URL =>
-                        "Action=AgentITSMConfigItemZoom;ConfigItemID=$ConfigItem->{ConfigItemID}",
+                    URL => $Self->{LastScreenView} || 'Action=AgentDashboard',
                 );
             }
---------------------------------------------------------------------
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