Skip to content

Commit

Permalink
Fixed the migration tests.
Browse files Browse the repository at this point in the history
Minor tweaks to other things.
  • Loading branch information
Bethany Seeger committed Apr 6, 2021
1 parent cf8f177 commit 2dca928
Show file tree
Hide file tree
Showing 10 changed files with 319 additions and 28 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,14 @@ dependencies:
config:
- field.storage.node.field_model
- node.type.collection_object
- taxonomy.vocabulary.islandora_models
content:
- 'taxonomy_term:islandora_models:e9ee0e3a-791b-4888-8ace-3c1529380dd1'
module:
- epp
third_party_settings:
epp:
value: ''
on_update: 1
id: node.collection_object.field_model
field_name: field_model
entity_type: node
Expand All @@ -21,13 +26,10 @@ default_value:
target_uuid: e9ee0e3a-791b-4888-8ace-3c1529380dd1
default_value_callback: ''
settings:
handler: 'default:taxonomy_term'
handler: views
handler_settings:
target_bundles:
islandora_models: islandora_models
sort:
field: name
direction: asc
auto_create: false
auto_create_bundle: ''
view:
view_name: collection_object_models
display_name: entity_reference_1
arguments: { }
field_type: entity_reference
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ dependencies:
enforced:
module:
- islandora_defaults
module:
- epp
third_party_settings:
epp:
value: ''
on_update: 1
_core:
default_config_hash: T8b37Vjp-fwzxYT0ebD4CZEIvVM1NmZkK2bStnHYskw
id: node.islandora_object.field_model
Expand Down
13 changes: 11 additions & 2 deletions codebase/config/sync/search_api.index.default_solr_index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@ dependencies:
- content_translation
- search_api
config:
- field.storage.node.body
- field.storage.node.field_abstract
- field.storage.node.field_access_rights
- field.storage.node.field_access_terms
- field.storage.node.field_alternative_title
- field.storage.node.body
- field.storage.node.field_citable_url
- field.storage.node.field_collection_contact_name
- field.storage.node.field_collection_number
Expand All @@ -34,7 +35,6 @@ dependencies:
- field.storage.node.field_featured_item
- field.storage.node.field_finding_aid
- field.storage.node.field_genre
- field.storage.taxonomy_term.field_geo_alt_name
- field.storage.node.field_geoportal_link
- field.storage.node.field_image
- field.storage.node.field_is_part_of
Expand All @@ -54,6 +54,7 @@ dependencies:
- field.storage.node.field_table_of_contents
- field.storage.node.field_tags
- field.storage.node.field_years
- field.storage.taxonomy_term.field_geo_alt_name
- search_api.server.default_solr_server
- core.entity_view_mode.node.search_index
third_party_settings:
Expand Down Expand Up @@ -184,6 +185,14 @@ field_settings:
dependencies:
config:
- field.storage.node.field_access_rights
field_access_terms:
label: 'Access Terms'
datasource_id: 'entity:node'
property_path: field_access_terms
type: integer
dependencies:
config:
- field.storage.node.field_access_terms
field_alternative_title:
label: 'Alternative Title'
datasource_id: 'entity:node'
Expand Down
4 changes: 4 additions & 0 deletions codebase/config/sync/user.role.anonymous.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ permissions:
- 'restful get oai_pmh'
- 'search content'
- 'use text format restricted_html'
- 'view field_access_terms'
- 'view field_citable_url'
- 'view field_model'
- 'view media'
- 'view own field_access_terms'
- 'view own field_citable_url'
- 'view own field_model'
4 changes: 4 additions & 0 deletions codebase/config/sync/user.role.authenticated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ permissions:
- 'restful get oai_pmh'
- 'search content'
- 'use text format basic_html'
- 'view field_access_terms'
- 'view field_citable_url'
- 'view field_model'
- 'view media'
- 'view own field_access_terms'
- 'view own field_citable_url'
- 'view own field_model'
3 changes: 3 additions & 0 deletions codebase/config/sync/user.role.collection_level_admin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ permissions:
- 'create extracted_text media'
- 'create field_access_control'
- 'create field_access_terms'
- 'create field_model'
- 'create file media'
- 'create fits_technical_metadata media'
- 'create image media'
Expand Down Expand Up @@ -50,12 +51,14 @@ permissions:
- 'edit any video media'
- 'edit field_access_control'
- 'edit field_access_terms'
- 'edit field_model'
- 'edit own audio media'
- 'edit own collection_object content'
- 'edit own document media'
- 'edit own extracted_text media'
- 'edit own field_access_control'
- 'edit own field_access_terms'
- 'edit own field_model'
- 'edit own file media'
- 'edit own fits_technical_metadata media'
- 'edit own image media'
Expand Down
3 changes: 3 additions & 0 deletions codebase/config/sync/user.role.global_admin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ permissions:
- 'create field_access_control'
- 'create field_access_group'
- 'create field_access_terms'
- 'create field_model'
- 'create file media'
- 'create fits_technical_metadata media'
- 'create image media'
Expand Down Expand Up @@ -76,13 +77,15 @@ permissions:
- 'edit field_access_control'
- 'edit field_access_group'
- 'edit field_access_terms'
- 'edit field_model'
- 'edit own audio media'
- 'edit own collection_object content'
- 'edit own document media'
- 'edit own extracted_text media'
- 'edit own field_access_control'
- 'edit own field_access_group'
- 'edit own field_access_terms'
- 'edit own field_model'
- 'edit own file media'
- 'edit own fits_technical_metadata media'
- 'edit own image media'
Expand Down
Loading

0 comments on commit 2dca928

Please sign in to comment.