Skip to content

Commit

Permalink
Issue #458: Remove obsolete source_system vocabulary
Browse files Browse the repository at this point in the history
This has been replaced by data_system.
  • Loading branch information
CraigClark authored and lkmorlan committed May 1, 2024
1 parent 01bb0b0 commit cbbb7fb
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 42 deletions.

This file was deleted.

This file was deleted.

4 changes: 2 additions & 2 deletions config/sync/taxonomy.vocabulary.data_system.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ uuid: 15b213f0-5a4f-4dc8-be4d-8a52d7f2372c
langcode: en
status: true
dependencies: { }
name: 'Source system'
name: 'Data system'
vid: data_system
description: 'Referenced by <i>field_source_sysyem</i> in data set.<br><i>Soure system</i> in CA.'
description: 'Referenced by <i>field_source_system</i> in data set.<br><i>Source system</i> in CA.'
weight: 0
8 changes: 0 additions & 8 deletions config/sync/taxonomy.vocabulary.source_system.yml

This file was deleted.

4 changes: 0 additions & 4 deletions config/sync/user.role.data_catalogue_administrator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ dependencies:
- taxonomy.vocabulary.record_life_cycle_duration
- taxonomy.vocabulary.record_special_flags
- taxonomy.vocabulary.security_classification
- taxonomy.vocabulary.source_system
- taxonomy.vocabulary.tags
- workflows.workflow.editorial
module:
Expand Down Expand Up @@ -108,7 +107,6 @@ permissions:
- 'create terms in record_life_cycle_duration'
- 'create terms in record_special_flags'
- 'create terms in security_classification'
- 'create terms in source_system'
- 'create terms in tags'
- 'delete any book content'
- 'delete any data_set content'
Expand All @@ -131,7 +129,6 @@ permissions:
- 'delete terms in record_life_cycle_duration'
- 'delete terms in record_special_flags'
- 'delete terms in security_classification'
- 'delete terms in source_system'
- 'delete terms in tags'
- 'edit any basic block content'
- 'edit any book content'
Expand Down Expand Up @@ -159,7 +156,6 @@ permissions:
- 'edit terms in record_life_cycle_duration'
- 'edit terms in record_special_flags'
- 'edit terms in security_classification'
- 'edit terms in source_system'
- 'edit terms in tags'
- 'flag bookmark'
- 'revert any basic block content revisions'
Expand Down
4 changes: 0 additions & 4 deletions config/sync/user.role.data_catalogue_manager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ dependencies:
- taxonomy.vocabulary.record_life_cycle_duration
- taxonomy.vocabulary.record_special_flags
- taxonomy.vocabulary.security_classification
- taxonomy.vocabulary.source_system
- taxonomy.vocabulary.tags
- workflows.workflow.editorial
module:
Expand Down Expand Up @@ -77,7 +76,6 @@ permissions:
- 'create terms in record_life_cycle_duration'
- 'create terms in record_special_flags'
- 'create terms in security_classification'
- 'create terms in source_system'
- 'create terms in tags'
- 'delete any image media'
- 'delete any never_published data_set in_org'
Expand All @@ -95,7 +93,6 @@ permissions:
- 'delete terms in record_life_cycle_duration'
- 'delete terms in record_special_flags'
- 'delete terms in security_classification'
- 'delete terms in source_system'
- 'delete terms in tags'
- 'edit any book content'
- 'edit any image media'
Expand All @@ -117,7 +114,6 @@ permissions:
- 'edit terms in record_life_cycle_duration'
- 'edit terms in record_special_flags'
- 'edit terms in security_classification'
- 'edit terms in source_system'
- 'edit terms in tags'
- 'flag bookmark'
- 'revert data_set revisions'
Expand Down

0 comments on commit cbbb7fb

Please sign in to comment.