144 Email alert when client becomes accredited

This commit is contained in:
2021-11-16 06:16:16 +00:00
parent 0f1c3301df
commit cea619311d
4 changed files with 39 additions and 2 deletions

View File

@ -0,0 +1,14 @@
uuid: 9ccffac0-9acb-41f6-95a5-9aa062f4ab83
langcode: en
status: true
dependencies:
config:
- user.role.newly_accredited_alerts
module:
- user
id: user_add_role_action.newly_accredited_alerts
label: 'Add the Newly Accredited Alerts role to the selected user(s)'
type: user
plugin: user_add_role_action
configuration:
rid: newly_accredited_alerts

View File

@ -0,0 +1,14 @@
uuid: 1d159794-2fff-4094-8fd5-4094feb784ac
langcode: en
status: true
dependencies:
config:
- user.role.newly_accredited_alerts
module:
- user
id: user_remove_role_action.newly_accredited_alerts
label: 'Remove the Newly Accredited Alerts role from the selected user(s)'
type: user
plugin: user_remove_role_action
configuration:
rid: newly_accredited_alerts

View File

@ -0,0 +1,9 @@
uuid: 8354168f-7bfd-4b34-8bd8-295dcc452357
langcode: en
status: true
dependencies: { }
id: newly_accredited_alerts
label: 'Newly Accredited Alerts'
weight: 6
is_admin: null
permissions: { }