Skip to content

Commit

Permalink
language fix (#1147)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwellnit authored Nov 8, 2024
1 parent 521eb6b commit 612b197
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 @@ -2,7 +2,7 @@
module Hyrax
class ImageForm < ::Spot::Forms::WorkForm
transforms_language_tags_for :title, :title_alternative, :subtitle, :description, :inscription
transforms_nested_fields_for :subject_ocm
transforms_nested_fields_for :subject_ocm, :language
singular_form_fields :title

self.model_class = ::Image
Expand Down

0 comments on commit 612b197

Please sign in to comment.