Removes unecessary computed property.
This commit is contained in:
parent
039efa572d
commit
bba1164b39
|
@ -932,13 +932,6 @@ export default {
|
||||||
},
|
},
|
||||||
shouldDisplayItemEditionAttachments() {
|
shouldDisplayItemEditionAttachments() {
|
||||||
return !this.$adminOptions.hideItemEditionAttachments && (this.collection && this.collection.item_enable_attachments === 'yes');
|
return !this.$adminOptions.hideItemEditionAttachments && (this.collection && this.collection.item_enable_attachments === 'yes');
|
||||||
},
|
|
||||||
metadataOrderRelativeToSections() {
|
|
||||||
return this.metadataSections.map((aMetadataSection) => {
|
|
||||||
return Object.keys(aMetadataSection.metadata_object_list).map((aMetadatumOrder) => {
|
|
||||||
return aMetadatum.id;
|
|
||||||
});
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
watch: {
|
watch: {
|
||||||
|
|
Loading…
Reference in New Issue