-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #305 from City-of-Helsinki/update-configuration
Automatic update
- Loading branch information
Showing
8 changed files
with
163 additions
and
227 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
14 changes: 14 additions & 0 deletions
14
conf/cmi/system.action.user_add_role_action.super_administrator.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
uuid: b4771df8-e4ea-4fbc-b9c3-80cf0be75387 | ||
langcode: en | ||
status: true | ||
dependencies: | ||
config: | ||
- user.role.super_administrator | ||
module: | ||
- user | ||
id: user_add_role_action.super_administrator | ||
label: 'Add the Super administrator role to the selected user(s)' | ||
type: user | ||
plugin: user_add_role_action | ||
configuration: | ||
rid: super_administrator |
14 changes: 14 additions & 0 deletions
14
conf/cmi/system.action.user_remove_role_action.super_administrator.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
uuid: ac41f299-4da8-46a7-91fc-8b2c48165bad | ||
langcode: en | ||
status: true | ||
dependencies: | ||
config: | ||
- user.role.super_administrator | ||
module: | ||
- user | ||
id: user_remove_role_action.super_administrator | ||
label: 'Remove the Super administrator role from the selected user(s)' | ||
type: user | ||
plugin: user_remove_role_action | ||
configuration: | ||
rid: super_administrator |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
uuid: 74097722-87f0-4067-9a1a-de4e42b68948 | ||
langcode: en | ||
status: true | ||
dependencies: { } | ||
id: super_administrator | ||
label: 'Super administrator' | ||
weight: 7 | ||
is_admin: true | ||
permissions: { } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.