Skip to content

Commit

Permalink
fixed config split
Browse files Browse the repository at this point in the history
  • Loading branch information
imonroe committed Apr 23, 2024
1 parent 8ef4ae5 commit 1d64e84
Show file tree
Hide file tree
Showing 8 changed files with 207 additions and 225 deletions.
405 changes: 202 additions & 203 deletions composer.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ adding:
- taxonomy.vocabulary.department
- taxonomy.vocabulary.magazine_issues
- taxonomy.vocabulary.magazine_topics
module:
- engineering_profile
permissions:
- 'configure all stanford_page node layout overrides'
- 'configure editable stanford_news node layout overrides'
Expand Down Expand Up @@ -39,9 +37,6 @@ adding:
- 'revert spotlight revisions'
- 'view spotlight revisions'
removing:
dependencies:
module:
- soe_profile
permissions:
- 'create stanford_course content'
- 'delete own stanford_course content'
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ adding:
- taxonomy.vocabulary.department
- taxonomy.vocabulary.magazine_issues
- taxonomy.vocabulary.magazine_topics
module:
- engineering_profile
permissions:
- 'configure all stanford_page node layout overrides'
- 'configure editable stanford_news node layout overrides'
Expand Down Expand Up @@ -38,7 +36,4 @@ adding:
- 'edit terms in magazine_topics'
- 'revert spotlight revisions'
- 'view spotlight revisions'
removing:
dependencies:
module:
- soe_profile
removing: { }
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ adding:
- taxonomy.vocabulary.department
- taxonomy.vocabulary.magazine_issues
- taxonomy.vocabulary.magazine_topics
module:
- engineering_profile
permissions:
- 'create spotlight content'
- 'create terms in affiliation'
Expand All @@ -35,7 +33,4 @@ adding:
- 'view own unpublished content'
- 'view own unpublished media'
- 'view spotlight revisions'
removing:
dependencies:
module:
- soe_profile
removing: { }
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ removing:
validate:
type: none
fail: 'not found'
validate_options: { }
break_phrase: true
depth: '1'
use_taxonomy_term_path: false
Expand Down Expand Up @@ -84,7 +83,6 @@ removing:
validate:
type: none
fail: 'not found'
validate_options: { }
break_phrase: true
depth: '1'
use_taxonomy_term_path: false
Expand Down
2 changes: 1 addition & 1 deletion config/sync/user.role.site_builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ dependencies:
- role_delegation
- scheduler
- shortcut
- soe_profile
- engineering_profile
- stanford_media
- stanford_policy
- stanford_publication
Expand Down
2 changes: 1 addition & 1 deletion config/sync/user.role.site_developer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ dependencies:
- scheduler
- seckit
- shortcut
- soe_profile
- engineering_profile
- stanford_media
- stanford_policy
- stanford_publication
Expand Down
2 changes: 1 addition & 1 deletion config/sync/user.role.site_manager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ dependencies:
- redirect
- role_delegation
- scheduler
- soe_profile
- engineering_profile
- stanford_migrate
- stanford_policy
- stanford_publication
Expand Down

0 comments on commit 1d64e84

Please sign in to comment.