tair / toastdos-back

The back-end system for the GOAT community annotation tool
GNU General Public License v3.0
7 stars 0 forks source link

Entering DOI does not properly validate article #317

Closed lreiser closed 5 years ago

lreiser commented 5 years ago

When entering a digital object identifier (DOI) the input form returns 'undefined' values for the title and author field. Entering a DOI is different than entering a PMID where the validation returns author and title. The expected behavior when submitting a DOI is to return the URL. This allows a submitter to check that the DOI is associated to the correct article.

Attached are screenshots showing the current validation and what was previously implemented. screenshot_1493 screenshot_1494

You can replicate the issue using this or any valid DOI 10.3389/fpls.2018.01721

tberardini commented 5 years ago

Bug looks fixed to me

lreiser commented 5 years ago

fixed