-
Notifications
You must be signed in to change notification settings - Fork 493
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
oai_dc export: use publication date if production date is not set #8733
Conversation
Hi @tcoupin, for this next sprint we are catching up on Community PRs. Would you mind updating/ refreshing thiis PR from develop? Thanks! |
I rebase on develop branch |
src/main/java/edu/harvard/iq/dataverse/export/dublincore/DublinCoreExportUtil.java
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. thanks for the contribution and rebasing.
Looks good! Merged! Thanks @sekmiller @jggautier and @landreev for the discussion. At release time, @jggautier plans to update our crosswalk doc to explain the new date handling. I linked to the doc in the release note snippet I added: 97cf6bc We also discussed a bit how the Anyway, thanks, @tcoupin! Please keep the pull requests coming! 🎉 |
What this PR does / why we need it:
Production date is used as date tag when export dataset to oai_dc.
This PR use the publication date if production is not set.
Which issue(s) this PR closes:
Related to #8103 and #8732
Special notes for your reviewer:
Suggestions on how to test this:
Does this PR introduce a user interface change? If mockups are available, please link/include them here:
Is there a release notes update needed for this change?:
Additional documentation: