publication_date
token pulls from field_edtf_date_created
field
#1996
Labels
Repository:Controlled Access Terms
Issues pertaining to the repository: https://github.com/Islandora/controlled_access_terms
islandora_defaults
defines afield_edtf_date_created
and afield_edtf_date_issued
.The
publication_date
token created bycontrolled_access_terms
is populated fromfield_edtf_date_created
.A couple of concerns about this:
In metadata-land, creation and issuance (or publication) are two very different things. (A new edition of Hamlet will probably be published next year, but that's not when the play was created.) A
publication_date
token would be expected to reflect the value of thefield_edtf_date_issued
Is the assumption that
controlled_access_terms
will only be used whenislandora_defaults
is also being used? (Seems problematic, given thatcontrolled_access_terms
defines useful field types.) If not, what are the implications if my content type has definedfield_creation_date
andfield_publication_date
instead of the machine names defined inislandora_defaults
?Related (closed) issue: #1171 - On this ticket @seth-shaw-unlv brought up the dependency on
islandora_defaults
-specific machine names as potentially problematic, and I did not see if/where that got resolved (though I admit to not reading absolutely everything in all the PRs that were related to this).Tagging @wgilling and @kayakr, as they were active in implementing these tokens.
The text was updated successfully, but these errors were encountered: