[otrs-cvs] ITSMConfigurationManagement/Kernel/Modules AgentITSMConfigItemEdit.pm, 1.39, 1.40
"CVS commits notifications of OTRS.org" <[email protected]> Wed, 24 Apr 2013 22:02:09 +0000
| Newsgroups | gmane.comp.otrs.cvs |
|---|---|
| Message-ID | <[email protected]> |
Comments:
Update of /home/cvs/ITSMConfigurationManagement/Kernel/Modules
In directory lancelot:/tmp/cvs-serv1944/Kernel/Modules
Modified Files:
AgentITSMConfigItemEdit.pm
Log Message:
Reverted fix for bug#9355
Author: cr
Index: AgentITSMConfigItemEdit.pm
===================================================================
RCS file: /home/cvs/ITSMConfigurationManagement/Kernel/Modules/AgentITSMConfigItemEdit.pm,v
retrieving revision 1.39
retrieving revision 1.40
diff -2 -u -d -r1.39 -r1.40
--- AgentITSMConfigItemEdit.pm 24 Apr 2013 03:35:48 -0000 1.39
+++ AgentITSMConfigItemEdit.pm 24 Apr 2013 22:02:04 -0000 1.40
@@ -373,9 +373,10 @@
);
- # redirect to last screen
+ # redirect to zoom mask
my $ScreenType = $Self->{ParamObject}->GetParam( Param => 'ScreenType' ) || 0;
if ($ScreenType) {
return $Self->{LayoutObject}->PopupClose(
- URL => $Self->{LastScreenView} || 'Action=AgentDashboard',
+ URL =>
+ "Action=AgentITSMConfigItemZoom;ConfigItemID=$ConfigItem->{ConfigItemID}",
);
}
---------------------------------------------------------------------
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