[otrs-cvs] ITSMConfigurationManagement/Kernel/Modules AgentITSMConfigItemSearch.pm, 1.33, 1.34 AgentITSMConfigItemEdit.pm, 1.31, 1.32
"CVS commits notifications of OTRS.org" <[email protected]>
| Newsgroups | gmane.comp.otrs.cvs |
|---|---|
| Message-ID | <[email protected]> |
Comments:
Update of /home/cvs/ITSMConfigurationManagement/Kernel/Modules
In directory lancelot:/tmp/cvs-serv11244/Kernel/Modules
Modified Files:
AgentITSMConfigItemSearch.pm AgentITSMConfigItemEdit.pm
Log Message:
Fixed bug# 7508 - Autocomplete uses milliseconds rather than seconds.
Author: ub
Index: AgentITSMConfigItemSearch.pm
===================================================================
RCS file: /home/cvs/ITSMConfigurationManagement/Kernel/Modules/AgentITSMConfigItemSearch.pm,v
retrieving revision 1.33
retrieving revision 1.34
diff -2 -u -d -r1.33 -r1.34
--- AgentITSMConfigItemSearch.pm 31 Oct 2012 13:27:04 -0000 1.33
+++ AgentITSMConfigItemSearch.pm 21 Nov 2012 10:21:39 -0000 1.34
@@ -372,5 +372,5 @@
active => $AutoCompleteConfig->{Active},
minQueryLength => $AutoCompleteConfig->{MinQueryLength} || 2,
- queryDelay => $AutoCompleteConfig->{QueryDelay} || 0.1,
+ queryDelay => $AutoCompleteConfig->{QueryDelay} || 100,
typeAhead => $AutoCompleteConfig->{TypeAhead} || 'false',
maxResultsDisplayed => $AutoCompleteConfig->{MaxResultsDisplayed} || 20,
Author: ub
Index: AgentITSMConfigItemEdit.pm
===================================================================
RCS file: /home/cvs/ITSMConfigurationManagement/Kernel/Modules/AgentITSMConfigItemEdit.pm,v
retrieving revision 1.31
retrieving revision 1.32
diff -2 -u -d -r1.31 -r1.32
--- AgentITSMConfigItemEdit.pm 7 May 2012 11:54:27 -0000 1.31
+++ AgentITSMConfigItemEdit.pm 21 Nov 2012 10:21:40 -0000 1.32
@@ -310,5 +310,5 @@
Data => {
minQueryLength => $AutoCompleteConfig->{MinQueryLength} || 2,
- queryDelay => $AutoCompleteConfig->{QueryDelay} || 0.1,
+ queryDelay => $AutoCompleteConfig->{QueryDelay} || 100,
typeAhead => $AutoCompleteConfig->{TypeAhead} || 'false',
maxResultsDisplayed => $AutoCompleteConfig->{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