Skip to content

Commit

Permalink
Fix Taxonomy Term updates not propagating to Fedora (#46)
Browse files Browse the repository at this point in the history
* Pull in upstream (#1)

* merge upstream (#2)

* add changed field to rdf mappings
  • Loading branch information
seth-shaw-unlv authored Jan 31, 2020
1 parent 968298e commit ea3897f
Show file tree
Hide file tree
Showing 10 changed files with 50 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,8 @@ fieldMappings:
field_authority_link:
properties:
- 'schema:sameAs'
changed:
properties:
- 'schema:dateModified'
datatype_callback:
callable: 'Drupal\rdf\CommonDataConverter::dateIso8601Value'
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,8 @@ fieldMappings:
field_cat_date_begin:
properties:
- 'schema:foundingDate'
changed:
properties:
- 'schema:dateModified'
datatype_callback:
callable: 'Drupal\rdf\CommonDataConverter::dateIso8601Value'
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,8 @@ fieldMappings:
field_authority_link:
properties:
- 'schema:sameAs'

changed:
properties:
- 'schema:dateModified'
datatype_callback:
callable: 'Drupal\rdf\CommonDataConverter::dateIso8601Value'
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,8 @@ fieldMappings:
field_geo_broader:
properties:
- 'schema:containedInPlace'
changed:
properties:
- 'schema:dateModified'
datatype_callback:
callable: 'Drupal\rdf\CommonDataConverter::dateIso8601Value'
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,8 @@ fieldMappings:
field_authority_link:
properties:
- 'schema:sameAs'

changed:
properties:
- 'schema:dateModified'
datatype_callback:
callable: 'Drupal\rdf\CommonDataConverter::dateIso8601Value'
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,8 @@ fieldMappings:
field_cat_date_end:
properties:
- 'schema:deathDate'
changed:
properties:
- 'schema:dateModified'
datatype_callback:
callable: 'Drupal\rdf\CommonDataConverter::dateIso8601Value'
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,8 @@ fieldMappings:
field_authority_link:
properties:
- 'schema:sameAs'

changed:
properties:
- 'schema:dateModified'
datatype_callback:
callable: 'Drupal\rdf\CommonDataConverter::dateIso8601Value'
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,8 @@ fieldMappings:
field_authority_link:
properties:
- 'schema:sameAs'
changed:
properties:
- 'schema:dateModified'
datatype_callback:
callable: 'Drupal\rdf\CommonDataConverter::dateIso8601Value'
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,8 @@ fieldMappings:
field_authority_link:
properties:
- 'schema:sameAs'
changed:
properties:
- 'schema:dateModified'
datatype_callback:
callable: 'Drupal\rdf\CommonDataConverter::dateIso8601Value'
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,8 @@ fieldMappings:
field_authority_link:
properties:
- 'schema:sameAs'

changed:
properties:
- 'schema:dateModified'
datatype_callback:
callable: 'Drupal\rdf\CommonDataConverter::dateIso8601Value'

0 comments on commit ea3897f

Please # to comment.