Merge branch 'assure-author-id-is-uri' into 'master'

Assure author id is uri

See merge request oersi/metadata-form!15
This commit is contained in:
Sophie 2024-03-19 14:17:17 +00:00
commit 6fac8477fa

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>