Skip to content

fix(form): allow non-URL DOIs for validation

Ben Whitmore requested to merge fix-validate-doi-20240213 into main

The form was treating DOIs in the form 10.1234/abc as invalid, and only https://doi.org/10.1234/abc as valid. This needs to change, as DOIs in submission.$doi are now converted into the short actual DOI format after entry into the form. So revisiting a form, you'll always see DOIs in the short form.

Merge request reports