Separate JSON output of contact lists in message_recipient template
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user