[Bps-public-commit] rt-extension-selectize branch, master, updated. 9271d6277654fe620117906d793ebd8a20624841
? sunnavy
sunnavy at bestpractical.com
Wed Jul 3 17:00:24 EDT 2019
The branch, master has been updated
via 9271d6277654fe620117906d793ebd8a20624841 (commit)
from d6fbe597c8efecf8da5a18a162d10b18f28f3337 (commit)
Summary of changes:
patches/Switch-to-Selectize-for-multiple-user-inputs.patch | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
- Log -----------------------------------------------------------------
commit 9271d6277654fe620117906d793ebd8a20624841
Author: sunnavy <sunnavy at bestpractical.com>
Date: Thu Jul 4 04:59:16 2019 +0800
Update patch to not set content type for internal users autocomplete calls
diff --git a/patches/Switch-to-Selectize-for-multiple-user-inputs.patch b/patches/Switch-to-Selectize-for-multiple-user-inputs.patch
index ae29016..bf7d4fb 100644
--- a/patches/Switch-to-Selectize-for-multiple-user-inputs.patch
+++ b/patches/Switch-to-Selectize-for-multiple-user-inputs.patch
@@ -67,12 +67,15 @@ index 078a2870c4..b48abfe0b0 100644
+$Options => []
</%ARGS>
diff --git a/share/html/Helpers/Autocomplete/Users b/share/html/Helpers/Autocomplete/Users
-index bcb5d0ab34..7051a653a0 100644
+index bcb5d0ab34..1b45a20eb8 100644
--- a/share/html/Helpers/Autocomplete/Users
+++ b/share/html/Helpers/Autocomplete/Users
-@@ -47,7 +47,7 @@
+@@ -45,9 +45,9 @@
+ %# those contributions and any derivatives thereof.
+ %#
%# END BPS TAGGED BLOCK }}}
- % $r->content_type('application/json; charset=utf-8');
+-% $r->content_type('application/json; charset=utf-8');
++% $r->content_type('application/json; charset=utf-8') if $abort;
<% JSON( \@suggestions ) |n %>
-% $m->abort;
+% $m->abort if $abort;
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list