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:
Joffrey JAFFEUX
2025-02-26 10:52:40 +01:00
committed by GitHub
parent fbe5a9c710
commit 699541af75
4 changed files with 40 additions and 4 deletions

View File

@ -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