assure author id is uri

Ref https://gitlab.com/oersi/metadata-form/-/merge_requests/15
This commit is contained in:
Mirjan Hoffmann 2024-03-19 06:22:25 +01:00
parent 29e269b5b5
commit 5507e75ba7

View file

@ -566,7 +566,7 @@
</div>
<div class="form-row mt-2 person-element" ${type !== "Person" ? 'style="display:none;"':''}>
<div class="col">
<input type="text" class="form-control inputAuthorId" placeholder="Persönliche ID (optional, wie ORCID, GND)" data-i18n-placeholder="LABEL_CREATOR_ID" value="${authorId}">
<input type="url" class="form-control inputAuthorId" placeholder="Persönliche ID (optional, wie ORCID, GND)" data-i18n-placeholder="LABEL_CREATOR_ID" value="${authorId}">
</div>
</div>