Revert "Add ability to disable the metadata update column. Disable the metadata update column in the new document upload wizard."
This reverts commit 511e397850.
This commit is contained in:
@@ -59,7 +59,6 @@ class DocumentCreateWizard(ViewPermissionCheckMixin, SessionWizardView):
|
||||
|
||||
for document_type_metadata_type in self.get_cleaned_data_for_step('0')['document_type'].metadata.all():
|
||||
initial.append({
|
||||
'disable_update_column': True,
|
||||
'document_type': self.get_cleaned_data_for_step('0')['document_type'],
|
||||
'metadata_type': document_type_metadata_type.metadata_type,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user