]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1405754 - Autocomplete failing at random for some nicks (including, and especiall...
authorKohei Yoshino <kohei.yoshino@gmail.com>
Thu, 12 Oct 2017 12:56:20 +0000 (08:56 -0400)
committerDylan William Hardison <dylan@hardison.net>
Thu, 12 Oct 2017 12:56:20 +0000 (08:56 -0400)
Avoid caching search results.

js/field.js

index b514fa53c6268a157f5b0bab91417629847793b6..85011342d3c3c50896cd6c6f1fcc586c6417f053 100644 (file)
@@ -720,6 +720,7 @@ $(function() {
         paramName: 'match',
         deferRequestBy: 250,
         minChars: 2,
+        noCache: true,
         tabDisabled: true,
         autoSelectFirst: true,
         triggerSelectOnValidInput: false,