Fixes item emtadata event handling on item submission form.
This commit is contained in:
parent
93e74e3f52
commit
dc28f675f2
|
@ -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 -->
|
||||
|
|
Loading…
Reference in New Issue