FIX: use customOptions property (#240)
Change after https://github.com/discourse/discourse/pull/14933
This commit is contained in:
parent
ebe693ae96
commit
89a61b58f8
|
@ -8,7 +8,7 @@
|
||||||
maximum=1
|
maximum=1
|
||||||
excludeCurrentUser=false
|
excludeCurrentUser=false
|
||||||
includeGroups=true
|
includeGroups=true
|
||||||
assignableGroups=true
|
customSearchOptions=(hash assignableGroups=true)
|
||||||
)
|
)
|
||||||
}}
|
}}
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
placementStrategy="absolute"
|
placementStrategy="absolute"
|
||||||
filterPlaceholder=placeholderKey
|
filterPlaceholder=placeholderKey
|
||||||
includeGroups=true
|
includeGroups=true
|
||||||
assignableGroups=true
|
customSearchOptions=(hash assignableGroups=true)
|
||||||
groupMembersOf=allowedGroups
|
groupMembersOf=allowedGroups
|
||||||
maximum=1
|
maximum=1
|
||||||
autofocus=autofocus
|
autofocus=autofocus
|
||||||
|
|
Loading…
Reference in New Issue