-
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.
HSD8-1716 Added and implemented Search Indexer role for rendering sea…
…rch results (#1754) * HSD8-1716 Added and implemented Search Indexer role for rendering search results (#1754).
- Loading branch information
Showing
6 changed files
with
48 additions
and
1 deletion.
There are no files selected for viewing
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
14 changes: 14 additions & 0 deletions
14
config/default/system.action.user_add_role_action.search_indexer.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: a072ab97-6e9d-44e3-9a62-1491ece56e1d | ||
langcode: en | ||
status: true | ||
dependencies: | ||
config: | ||
- user.role.search_indexer | ||
module: | ||
- user | ||
id: user_add_role_action.search_indexer | ||
label: 'Add the Search Indexer role to the selected user(s)' | ||
type: user | ||
plugin: user_add_role_action | ||
configuration: | ||
rid: search_indexer |
14 changes: 14 additions & 0 deletions
14
config/default/system.action.user_remove_role_action.search_indexer.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: e0b245c3-ccfb-454d-bba8-b15b6d8facfc | ||
langcode: en | ||
status: true | ||
dependencies: | ||
config: | ||
- user.role.search_indexer | ||
module: | ||
- user | ||
id: user_remove_role_action.search_indexer | ||
label: 'Remove the Search Indexer role from the selected user(s)' | ||
type: user | ||
plugin: user_remove_role_action | ||
configuration: | ||
rid: search_indexer |
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,12 @@ | ||
uuid: 7d1dba54-48c7-4ad0-801a-044bd5ac146f | ||
langcode: en | ||
status: true | ||
dependencies: | ||
module: | ||
- system | ||
id: search_indexer | ||
label: 'Search Indexer' | ||
weight: 1 | ||
is_admin: null | ||
permissions: | ||
- 'access content' |