Removes unecessary computed property.
This commit is contained in:
parent
039efa572d
commit
bba1164b39
|
@ -932,13 +932,6 @@ export default {
|
|||
},
|
||||
shouldDisplayItemEditionAttachments() {
|
||||
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: {
|
||||
|
|
Loading…
Reference in New Issue