Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

202408 replicate lp 104 #474

Merged
merged 6 commits into from
Sep 2, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Allow author, editor to use Replicate
  • Loading branch information
anthonylindsay committed Aug 19, 2024
commit b5ca36ea6cde05c343c350f4a63fd1f7000ab8a9
2 changes: 2 additions & 0 deletions config/default/user.role.localgov_author.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ dependencies:
- paragraphs_library
- path
- preview_link
- replicate_ui
- responsive_preview
- scheduled_transitions
- system
Expand Down Expand Up @@ -128,6 +129,7 @@ permissions:
- 'generate preview links'
- 'manage localgov alert banner localgov_alert_banner entities'
- 'reorder entity_hierarchy children'
- 'replicate entities'
- 'reschedule scheduled transitions localgov_alert_banner localgov_alert_banner'
- 'reschedule scheduled transitions node localgov_directories_org'
- 'reschedule scheduled transitions node localgov_directories_page'
Expand Down
2 changes: 2 additions & 0 deletions config/default/user.role.localgov_editor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ dependencies:
- path
- preview_link
- redirect
- replicate_ui
- responsive_preview
- scheduled_transitions
- system
Expand Down Expand Up @@ -207,6 +208,7 @@ permissions:
- 'generate preview links'
- 'manage localgov alert banner localgov_alert_banner entities'
- 'reorder entity_hierarchy children'
- 'replicate entities'
- 'reschedule scheduled transitions localgov_alert_banner localgov_alert_banner'
- 'reschedule scheduled transitions node localgov_directories_org'
- 'reschedule scheduled transitions node localgov_directories_page'
Expand Down