Separate JSON output of contact lists in message_recipient template
This commit is contained in:
parent
58737ba70f
commit
ce9939b4c0
2 changed files with 4 additions and 3 deletions
|
@ -9,7 +9,7 @@
|
|||
let $recipient_input = $('[name="recipient"]');
|
||||
|
||||
let acl = new Bloodhound({
|
||||
local: {{$contacts nofilter}},
|
||||
local: {{$contacts_json nofilter}},
|
||||
identify: function(obj) { return obj.id.toString(); },
|
||||
datumTokenizer: Bloodhound.tokenizers.obj.whitespace(['name', 'addr']),
|
||||
queryTokenizer: Bloodhound.tokenizers.whitespace,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue