Skip to content
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

The Fabrica Form allows users to save the related identifier metadata even if the identifier is not included #890

Open
MaryHirsch opened this issue Oct 21, 2024 · 0 comments
Assignees
Labels

Comments

@MaryHirsch
Copy link

Expected Behaviour

Users can only create a findable DOI if they have included the identifier in the related identifiers field in the Fabrica Form

Current Behaviour

It is possible to create a findable doi which includes only the relatedIdentifierType, relationType, resourceTypeGeneral but not the actual related identifier

Steps to Reproduce

  1. see example: https://api.test.datacite.org/dois/10.17596%2Fnzkh-hg41

"geoLocations": [],
"fundingReferences": [],
"relatedIdentifiers": [
{
"schemeUri": null,
"schemeType": null,
"relationType": "Compiles",
"relatedIdentifier": null,
"resourceTypeGeneral": "ConferencePaper",
"relatedIdentifierType": "DOI",
"relatedMetadataScheme": null
}
],

Context (Environment)

Fabrica

Screenshots

Further details

Proposal

Hypothesis

Possible Implementation

@MaryHirsch MaryHirsch added the bug label Oct 21, 2024
@MaryHirsch MaryHirsch transferred this issue from datacite/datacite Oct 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants