mirror of
https://github.com/discourse/discourse.git
synced 2025-05-30 15:28:37 +08:00
FEATURE: limits post created edited trigger to a group (#31523)
This commit allows admins to limit the post created/edited trigger execution to a specific post user group. It's for example useful if you want to auto tag all the topics created by member of a specific group.
This commit is contained in:
@ -162,11 +162,11 @@ en:
|
||||
restricted_category:
|
||||
label: Category
|
||||
description: Optional, will trigger only if the post's topic is in this category
|
||||
restricted_group:
|
||||
label: Group
|
||||
description: Optional, will trigger only if the post's topic is a personal message in this group's inbox
|
||||
restricted_user_group:
|
||||
label: Restricted user group
|
||||
description: Optional, will trigger only if the post user is in this group
|
||||
restricted_groups:
|
||||
label: Groups
|
||||
label: Restricted inboxes groups
|
||||
description: Optional, will trigger only if the post's topic is a personal message in one of the group inboxes
|
||||
ignore_group_members:
|
||||
label: Ignore group members
|
||||
|
Reference in New Issue
Block a user