Skip to content

Commit

Permalink
Creates snapshot and updates composer to latests islandora_defaults and
Browse files Browse the repository at this point in the history
controlled_access_term module commits.
  • Loading branch information
Bethany Seeger committed Apr 6, 2021
1 parent 2dca928 commit 415e5a5
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ REPOSITORY=ghcr.io/jhu-sheridan-libraries/idc-isle-dc
TAG=upstream-20200824-f8d1e8e-23-g9fe79fc

# Docker image and tag for snapshot image
SNAPSHOT_TAG=upstream-20201007-739693ae-213-g3669e99.1616768917
SNAPSHOT_TAG=upstream-20201007-739693ae-228-g2dca928.1617734539

# IdP, SP entity URIs and base URLs
SP_BASEURL=https://islandora-idc.traefik.me
Expand Down
16 changes: 8 additions & 8 deletions codebase/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions codebase/config/sync/rdf.mapping.node.islandora_object.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,13 @@ fieldMappings:
field_date_available:
properties:
- 'dcterms:available'
datatype_callback:
callable: 'Drupal\controlled_access_terms\EDTFConverter::dateIso8601Value'
field_date_coprighted:
properties:
- 'dcterms:dateCopyrighted'
datatype_callback:
callable: 'Drupal\controlled_access_terms\EDTFConverter::dateIso8601Value'
field_date_created:
properties:
- 'dcterms:created'
Expand Down

0 comments on commit 415e5a5

Please sign in to comment.