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
|
||||
excludeCurrentUser=false
|
||||
includeGroups=true
|
||||
assignableGroups=true
|
||||
customSearchOptions=(hash assignableGroups=true)
|
||||
)
|
||||
}}
|
||||
</div>
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
placementStrategy="absolute"
|
||||
filterPlaceholder=placeholderKey
|
||||
includeGroups=true
|
||||
assignableGroups=true
|
||||
customSearchOptions=(hash assignableGroups=true)
|
||||
groupMembersOf=allowedGroups
|
||||
maximum=1
|
||||
autofocus=autofocus
|
||||
|
|
Loading…
Reference in New Issue