mirror of
https://github.com/wekan/wekan.git
synced 2026-01-04 00:28:49 +01:00
Try to fix EasySearch syntax.
Thanks to xet7 !
This commit is contained in:
parent
6f864c5022
commit
5ca84d2930
3 changed files with 4 additions and 5 deletions
|
|
@ -1391,7 +1391,7 @@ BlazeComponent.extendComponent({
|
|||
}).register('addMemberPopup');
|
||||
|
||||
Template.addMemberPopup.helpers({
|
||||
searchIndex: () => Users.search_index,
|
||||
searchIndex: () => UserSearchIndex,
|
||||
})
|
||||
|
||||
BlazeComponent.extendComponent({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue