Fixes item emtadata event handling on item submission form.

This commit is contained in:
mateuswetah 2024-04-30 14:46:30 -03:00
parent 93e74e3f52
commit dc28f675f2
1 changed files with 1 additions and 1 deletions

View File

@ -513,7 +513,7 @@
:help-info-bellow-label="helpInfoBellowLabel"
:is-collapsed="metadataCollapses[index]"
:enumerate-metadatum="metadataSections.length > 1 && collectionItemMetadataEnumeration === 'yes' ? ( (Number(sectionIndex) + 1) + '.' + (Number(getMetadatumOrderInSection(sectionIndex, itemMetadatum.metadatum)) + 1) ) : false"
@update:model-value="updateItemMetadataValue"
@input="updateItemMetadataValue"
@change-collapse="onChangeCollapse($event, index)" />
<!-- JS-side hook for extra content -->