Skip to content

Commit

Permalink
back out required_fields changes - there is another branch coming for…
Browse files Browse the repository at this point in the history
… that
  • Loading branch information
Julie Allinson committed May 8, 2020
1 parent bae6014 commit b61b6f6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions hyrax/app/forms/hyrax/dataset_form.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b61b6f6

Please sign in to comment.