Skip to content

Commit

Permalink
OPUS4#1266 Fixing import of Crossref records without authors
Browse files Browse the repository at this point in the history
  • Loading branch information
alw-bsz committed Dec 19, 2024
1 parent 7e486b3 commit bf004c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/layouts/opus4/js/getDoi.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ document.addEventListener("DOMContentLoaded", function () {
const abortButton = document.querySelector("input[name='abort']");


// Event Listener für das Klicken auf alle Formularfelder außer dem DOI-Feld (und dem Import-Button)
// Event Listener für das Klicken auf ein Formularfeld außer dem DOI-Feld (sowie Import-Button und Abbruch)
formFields.forEach(function (field) {
if (field.id !== "IdentifierDoi" && field !== importButton && field !== abortButton) {
field.addEventListener("focus", function (event) {
Expand Down Expand Up @@ -280,7 +280,7 @@ function expandAuthor(author)
document.getElementById("Enrichmentopus_doi_flag").value = "true"; // Hier wird das Ende der Reloads erreicht! (alle Felder sind vorhanden)
}
} else {
colorPink("PersonAuthorLastName_1");
document.getElementById("Enrichmentopus_doi_flag").value = "true"; // Sonst den Import ohne Autor abschließen
}
}

Expand Down

0 comments on commit bf004c7

Please sign in to comment.