[otrs-cvs] ITSMChangeManagement/Kernel/Modules AgentITSMChangeSearch.pm, 1.80, 1.81 AgentITSMWorkOrderAgent.pm, 1.41, 1.42 AgentITSMChangeInvolvedPersons.pm, 1.43, 1.44

"CVS commits notifications of OTRS.org" <[email protected]>
Newsgroups gmane.comp.otrs.cvs
Message-ID <[email protected]>
Comments:
Update of /home/cvs/ITSMChangeManagement/Kernel/Modules
In directory lancelot:/tmp/cvs-serv10117/Kernel/Modules

Modified Files:
	AgentITSMChangeSearch.pm AgentITSMWorkOrderAgent.pm 
	AgentITSMChangeInvolvedPersons.pm 
Log Message:
Fixed bug# 7508 - Autocomplete uses milliseconds rather than seconds.

Author: ub

Index: AgentITSMChangeSearch.pm
===================================================================
RCS file: /home/cvs/ITSMChangeManagement/Kernel/Modules/AgentITSMChangeSearch.pm,v
retrieving revision 1.80
retrieving revision 1.81
diff -2 -u -d -r1.80 -r1.81
--- AgentITSMChangeSearch.pm	9 Mar 2012 13:29:06 -0000	1.80
+++ AgentITSMChangeSearch.pm	21 Nov 2012 10:19:33 -0000	1.81
@@ -1482,5 +1482,5 @@
             active              => $CustomerAutoCompleteConfig->{Active},
             minQueryLength      => $CustomerAutoCompleteConfig->{MinQueryLength} || 2,
-            queryDelay          => $CustomerAutoCompleteConfig->{QueryDelay} || 0.1,
+            queryDelay          => $CustomerAutoCompleteConfig->{QueryDelay} || 100,
             typeAhead           => $CustomerAutoCompleteConfig->{TypeAhead} || 'false',
             maxResultsDisplayed => $CustomerAutoCompleteConfig->{MaxResultsDisplayed} || 20,
@@ -1502,5 +1502,5 @@
             active              => $UserAutoCompleteConfig->{Active},
             minQueryLength      => $UserAutoCompleteConfig->{MinQueryLength} || 2,
-            queryDelay          => $UserAutoCompleteConfig->{QueryDelay} || 0.1,
+            queryDelay          => $UserAutoCompleteConfig->{QueryDelay} || 100,
             typeAhead           => $UserAutoCompleteConfig->{TypeAhead} || 'false',
             maxResultsDisplayed => $UserAutoCompleteConfig->{MaxResultsDisplayed} || 20,

Author: ub

Index: AgentITSMWorkOrderAgent.pm
===================================================================
RCS file: /home/cvs/ITSMChangeManagement/Kernel/Modules/AgentITSMWorkOrderAgent.pm,v
retrieving revision 1.41
retrieving revision 1.42
diff -2 -u -d -r1.41 -r1.42
--- AgentITSMWorkOrderAgent.pm	21 Jan 2012 15:31:51 -0000	1.41
+++ AgentITSMWorkOrderAgent.pm	21 Nov 2012 10:19:33 -0000	1.42
@@ -210,5 +210,5 @@
         Data => {
             minQueryLength      => $AutoCompleteConfig->{MinQueryLength}      || 2,
-            queryDelay          => $AutoCompleteConfig->{QueryDelay}          || 0.1,
+            queryDelay          => $AutoCompleteConfig->{QueryDelay}          || 100,
             maxResultsDisplayed => $AutoCompleteConfig->{MaxResultsDisplayed} || 20,
             groups              => 'itsm-change',

Author: ub

Index: AgentITSMChangeInvolvedPersons.pm
===================================================================
RCS file: /home/cvs/ITSMChangeManagement/Kernel/Modules/AgentITSMChangeInvolvedPersons.pm,v
retrieving revision 1.43
retrieving revision 1.44
diff -2 -u -d -r1.43 -r1.44
--- AgentITSMChangeInvolvedPersons.pm	22 Dec 2010 20:50:36 -0000	1.43
+++ AgentITSMChangeInvolvedPersons.pm	21 Nov 2012 10:19:33 -0000	1.44
@@ -1,5 +1,5 @@
 # --
 # Kernel/Modules/AgentITSMChangeInvolvedPersons.pm - the OTRS::ITSM::ChangeManagement change involved persons module
-# Copyright (C) 2001-2010 OTRS AG, http://otrs.org/
+# Copyright (C) 2001-2012 OTRS AG, http://otrs.org/
 # --
 # $Id$
@@ -398,5 +398,5 @@
         Data => {
             minQueryLength      => $UserAutoCompleteConfig->{MinQueryLength}      || 2,
-            queryDelay          => $UserAutoCompleteConfig->{QueryDelay}          || 0.1,
+            queryDelay          => $UserAutoCompleteConfig->{QueryDelay}          || 100,
             maxResultsDisplayed => $UserAutoCompleteConfig->{MaxResultsDisplayed} || 20,
             dynamicWidth        => $UserAutoCompleteConfig->{DynamicWidth}        || 'false',
@@ -463,5 +463,5 @@
         Data => {
             minQueryLength      => $CABMemberAutoCompleteConfig->{MinQueryLength}      || 2,
-            queryDelay          => $CABMemberAutoCompleteConfig->{QueryDelay}          || 0.1,
+            queryDelay          => $CABMemberAutoCompleteConfig->{QueryDelay}          || 100,
             typeAhead           => $CABMemberAutoCompleteConfig->{TypeAhead}           || 'false',
             maxResultsDisplayed => $CABMemberAutoCompleteConfig->{MaxResultsDisplayed} || 20,
---------------------------------------------------------------------
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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.