[otrs-cvs] ITSMChangeManagement/Kernel/Modules AgentITSMChangeSearch.pm, 1.81, 1.82

"CVS commits notifications of OTRS.org" <[email protected]> Fri, 31 May 2013 08:33:03 +0000
Newsgroups gmane.comp.otrs.cvs
Message-ID <[email protected]>
Comments:
Update of /home/cvs/ITSMChangeManagement/Kernel/Modules
In directory lancelot:/tmp/cvs-serv20707/Kernel/Modules

Modified Files:
	AgentITSMChangeSearch.pm 
Log Message:
Fixed bug# 9413 - Search for ChangeBuilders who are set to invalid does not work.

Author: ub

Index: AgentITSMChangeSearch.pm
===================================================================
RCS file: /home/cvs/ITSMChangeManagement/Kernel/Modules/AgentITSMChangeSearch.pm,v
retrieving revision 1.81
retrieving revision 1.82
diff -2 -u -d -r1.81 -r1.82
--- AgentITSMChangeSearch.pm	21 Nov 2012 10:19:33 -0000	1.81
+++ AgentITSMChangeSearch.pm	31 May 2013 08:32:58 -0000	1.82
@@ -1,5 +1,5 @@
 # --
 # Kernel/Modules/AgentITSMChangeSearch.pm - module for change search
-# Copyright (C) 2001-2012 OTRS AG, http://otrs.org/
+# Copyright (C) 2001-2013 OTRS AG, http://otrs.org/
 # --
 # $Id$
@@ -1255,8 +1255,10 @@
     # Get a complete list of users
     # for the selection 'ChangeBuilder', 'ChangeManager' and 'created by user'.
+    # It is important to also search for invalid agents, as we want to find
+    # these changes too.
     # Out of office nice might be appended to the values.
     my %Users = $Self->{UserObject}->UserList(
         Type  => 'Long',
-        Valid => 1,
+        Valid => 0,
     );
 
---------------------------------------------------------------------
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