Conversation
This comment has been minimized.
This comment has been minimized.
pdurbin
commented
Aug 21, 2025
dc893bc to
7c629a2
Compare
This comment has been minimized.
This comment has been minimized.
Contributor
|
Next Tuesday I'll add to this PR . properties files for the two metadata blocks |
Contributor
|
I put the two properties files for the metadata blocks into this branch's src/main/java/propertyFiles folder |
This comment has been minimized.
This comment has been minimized.
ef2f080 to
db4c453
Compare
This comment has been minimized.
This comment has been minimized.
db4c453 to
44e2c17
Compare
This comment has been minimized.
This comment has been minimized.
44e2c17 to
e41d0e3
Compare
This comment has been minimized.
This comment has been minimized.
c075909 to
8091c45
Compare
Also, add note about how "Data Type" (kindOfData) metadata field is used in resourceType for DataCite exports. See also datacite/datacite-suggestions#214
This comment has been minimized.
This comment has been minimized.
2 similar comments
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
jggautier
reviewed
Feb 12, 2026
Co-authored-by: Julian Gautier <jggautier@ucla.edu>
jggautier
reviewed
Feb 12, 2026
Co-authored-by: Julian Gautier <jggautier@ucla.edu>
This comment has been minimized.
This comment has been minimized.
1 similar comment
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
1 similar comment
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
📦 Pushed preview images as 🚢 See on GHCR. Use by referencing with full name as printed above, mind the registry name. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this PR does / why we need it:
Makes creation of review datasets possible.
Which issue(s) this PR closes:
Special notes for your reviewer:
Suggestions on how to test this:
<resourceType resourceTypeGeneral="Other">Review</resourceType>Does this PR introduce a user interface change? If mockups are available, please link/include them here:
Yes, the facets under "Dataset Type" are changing from human readable and translatable ("Dataset" from getDisplayName) to machine-readable ("dataset" from getName). This is to fix #11758 and IQSS/dataverse-frontend#809
Before
After
Note that I'm aware that even after this fix, when you click any of the machine readable names, such as "software", the friendly name will appear above the search results like this:
I left a note in the xhtml about this. I don't think this is worth fixing on the JSF side. In the SPA, the values will consistently be the machine readable versions, such as "software" (lower case).
Is there a release notes update needed for this change?:
Included