[otrs-cvs] ITSMConfigurationManagement/Kernel/Modules AgentITSMConfigItem.pm, 1.21, 1.22

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

Modified Files:
	AgentITSMConfigItem.pm 
Log Message:
Fixed bug#9352 - Missing LastScreenOverview in AgentITSMConfigItem (OverviewSmall).

Author: cr

Index: AgentITSMConfigItem.pm
===================================================================
RCS file: /home/cvs/ITSMConfigurationManagement/Kernel/Modules/AgentITSMConfigItem.pm,v
retrieving revision 1.21
retrieving revision 1.22
diff -2 -u -d -r1.21 -r1.22
--- AgentITSMConfigItem.pm	26 Mar 2013 14:34:27 -0000	1.21
+++ AgentITSMConfigItem.pm	24 Apr 2013 03:34:41 -0000	1.22
@@ -63,4 +63,11 @@
     );
 
+    # store last screen overview
+    $Self->{SessionObject}->UpdateSessionID(
+        SessionID => $Self->{SessionID},
+        Key       => 'LastScreenOverview',
+        Value     => $Self->{RequestedURL},
+    );
+
     # store filter (ClassID) in session
     $Self->{SessionObject}->UpdateSessionID(
---------------------------------------------------------------------
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