You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the deposit form page there is a section "Related works". In that section there is a dropdown with the list of relation.
It's repeatable filed and javascript element used is - <div aria-invalid="true" name="metadata.related_identifiers.<i>.relation_type" required="" id="metadata.related_identifiers.<i>.relation_type" role="listbox" aria-expanded="false" class="ui fluid selection dropdown" tabindex="0">
The dropdown can be populated from api/vocabularies/relationtypes endpoints
We want to add lookup here so the user don't have to go through the whole list
The text was updated successfully, but these errors were encountered:
On the deposit form page there is a section "Related works". In that section there is a dropdown with the list of relation.
It's repeatable filed and javascript element used is -
<div aria-invalid="true" name="metadata.related_identifiers.<i>.relation_type" required="" id="metadata.related_identifiers.<i>.relation_type" role="listbox" aria-expanded="false" class="ui fluid selection dropdown" tabindex="0">
The dropdown can be populated from
api/vocabularies/relationtypes endpoints
We want to add lookup here so the user don't have to go through the whole list
The text was updated successfully, but these errors were encountered: