From 993a5348a7c330f09c2e13c84469f52a88deb874 Mon Sep 17 00:00:00 2001 From: Kirk Wang Date: Tue, 21 Nov 2023 13:14:56 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20Move=20Image=20form=20fields?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit will remove "Abstract" from required fields and add "Host Insitution" to required fields. --- app/forms/hyrax/image_form.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/forms/hyrax/image_form.rb b/app/forms/hyrax/image_form.rb index db13eb2e..ec794c21 100644 --- a/app/forms/hyrax/image_form.rb +++ b/app/forms/hyrax/image_form.rb @@ -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]