Skip to content

Commit

Permalink
🧹 Move Image form fields
Browse files Browse the repository at this point in the history
This commit will remove "Abstract" from required fields and add "Host
Insitution" to required fields.
  • Loading branch information
kirkkwang committed Nov 21, 2023
1 parent f5d15d7 commit 993a534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/forms/hyrax/image_form.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class ImageForm < Hyrax::Forms::WorkForm
format
video_embed
location]
self.required_fields += %i[abstract
self.required_fields += %i[institution
date_created
resource_type
types]
Expand Down

0 comments on commit 993a534

Please sign in to comment.