mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FEATURE: allow plugins to extend Groups (#14216)
* add_permitted_group_param API for plugins * add groups-interaction-custom-options outlet * custom search can use custom group scope
This commit is contained in:
committed by
GitHub
parent
9873a942e3
commit
f859fd6bde
@@ -70,6 +70,7 @@ export default MultiSelectComponent.extend({
|
||||
categoryId: options.categoryId,
|
||||
exclude: this.excludedUsers,
|
||||
includeGroups: options.includeGroups,
|
||||
customGroupsScope: options.customGroupsScope,
|
||||
allowedUsers: options.allowedUsers,
|
||||
includeMentionableGroups: options.includeMentionableGroups,
|
||||
includeMessageableGroups: options.includeMessageableGroups,
|
||||
|
||||
Reference in New Issue
Block a user