Added role for receiving invoicing alerts
This commit is contained in:
parent
e1fe121f2e
commit
9f1b10eb52
@ -40,14 +40,10 @@ content:
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
field_invoicing_status:
|
||||
type: entity_reference_autocomplete
|
||||
type: options_select
|
||||
weight: 83
|
||||
region: content
|
||||
settings:
|
||||
match_operator: CONTAINS
|
||||
match_limit: 10
|
||||
size: 60
|
||||
placeholder: ''
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
field_link_to_invoice:
|
||||
type: link_default
|
||||
|
@ -0,0 +1,14 @@
|
||||
uuid: 63de88ab-e439-4b10-89eb-48f9303c7aab
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- user.role.invoicing_alerts
|
||||
module:
|
||||
- user
|
||||
id: user_add_role_action.invoicing_alerts
|
||||
label: 'Add the Invoicing Alerts role to the selected user(s)'
|
||||
type: user
|
||||
plugin: user_add_role_action
|
||||
configuration:
|
||||
rid: invoicing_alerts
|
@ -0,0 +1,14 @@
|
||||
uuid: 418e7e95-3e97-4bca-aca7-39f107d27a96
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- user.role.invoicing_alerts
|
||||
module:
|
||||
- user
|
||||
id: user_remove_role_action.invoicing_alerts
|
||||
label: 'Remove the Invoicing Alerts role from the selected user(s)'
|
||||
type: user
|
||||
plugin: user_remove_role_action
|
||||
configuration:
|
||||
rid: invoicing_alerts
|
9
config/user.role.invoicing_alerts.yml
Normal file
9
config/user.role.invoicing_alerts.yml
Normal file
@ -0,0 +1,9 @@
|
||||
uuid: adcb5e23-6def-4616-b99c-a35a87e52164
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies: { }
|
||||
id: invoicing_alerts
|
||||
label: 'Invoicing Alerts'
|
||||
weight: 7
|
||||
is_admin: null
|
||||
permissions: { }
|
Reference in New Issue
Block a user