From b61b6f65cd5a77f0ca4e2d4d1f230c777f48ff69 Mon Sep 17 00:00:00 2001 From: Julie Allinson Date: Fri, 8 May 2020 10:42:28 +0100 Subject: [PATCH] back out required_fields changes - there is another branch coming for that --- hyrax/app/forms/hyrax/dataset_form.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hyrax/app/forms/hyrax/dataset_form.rb b/hyrax/app/forms/hyrax/dataset_form.rb index e37ff83a..06452d7d 100644 --- a/hyrax/app/forms/hyrax/dataset_form.rb +++ b/hyrax/app/forms/hyrax/dataset_form.rb @@ -37,8 +37,7 @@ class DatasetForm < Hyrax::Forms::WorkForm self.required_fields += [ # Adding all required fields in order of display in form - :supervisor_approval, :title, :data_origin, - :description, :complex_rights + :supervisor_approval, :title, :data_origin ] def metadata_tab_terms