Skip to content

Commit

Permalink
Display wf_stage in place authority records
Browse files Browse the repository at this point in the history
Of all non-marc authority records, place is the only that doesn't display
wf_stage, although the field exists in the database.  Make it visible, so it
is homogeneous with the others.

Part of rism-digital#1584
  • Loading branch information
fjorba committed Dec 17, 2024
1 parent 78f2560 commit 6870251
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/admin/place.rb
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,7 @@ def save_resource(object)
f.input :country, :label => (I18n.t :filter_country), :as => :string # otherwise country-select assumed
f.input :district, :label => (I18n.t :filter_district)
f.input :notes, :label => (I18n.t :filter_notes)
f.input :wf_stage, :label => (I18n.t :filter_wf_stage)
f.input :lock_version, :as => :hidden
end
end
Expand Down

0 comments on commit 6870251

Please sign in to comment.