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:
Roberto Rosario
2016-02-09 19:37:52 -04:00
parent 7e25ff0c0b
commit ca326440a2
2 changed files with 3 additions and 6 deletions

View File

@@ -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,
})