[Bps-public-commit] rt-extension-selectize branch, master, updated. eecb394c7c1560ea69d4ee0e0369d57a71969bc9
? sunnavy
sunnavy at bestpractical.com
Mon Jun 17 14:22:16 EDT 2019
The branch, master has been updated
via eecb394c7c1560ea69d4ee0e0369d57a71969bc9 (commit)
from 40ad2cea753441b703fa23e51a7f92b57b162874 (commit)
Summary of changes:
patches/Switch-to-Selectize-for-multiple-user-inputs.patch | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit eecb394c7c1560ea69d4ee0e0369d57a71969bc9
Author: sunnavy <sunnavy at bestpractical.com>
Date: Mon Jun 17 22:40:05 2019 +0800
Fix case for "Autocomplete"
diff --git a/patches/Switch-to-Selectize-for-multiple-user-inputs.patch b/patches/Switch-to-Selectize-for-multiple-user-inputs.patch
index 0962baf..51f12d8 100644
--- a/patches/Switch-to-Selectize-for-multiple-user-inputs.patch
+++ b/patches/Switch-to-Selectize-for-multiple-user-inputs.patch
@@ -109,7 +109,7 @@ index cd8ab2b0d4..5fc5b75e8c 100644
+ load: function(input, callback) {
+ if (!input.length) return callback();
+ jQuery.ajax({
-+ url: RT.Config.WebPath + '/Helpers/AutoComplete/Users',
++ url: RT.Config.WebPath + '/Helpers/Autocomplete/Users',
+ type: 'GET',
+ dataType: 'json',
+ data: {
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list