144 Email alert when client becomes accredited

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

4
composer.lock generated
View File

@ -68,7 +68,7 @@
"source": {
"type": "git",
"url": "ssh://git@git.autonomic.zone:2222/autonomic-cooperative/goodnightout_opencase.git",
"reference": "7bd81ca679f729004250fe3edb1cf56648976337"
"reference": "47b299e377556f7d32d9106943c6d263881c1c2f"
},
"require": {
"drupal/admin_toolbar": "*",
@ -86,7 +86,7 @@
"email": "helo@autonomic.zone"
}
],
"time": "2021-11-12T10:53:58+00:00"
"time": "2021-11-16T06:15:35+00:00"
},
{
"name": "autonomic/opencase",

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: { }