Skip to content

Commit

Permalink
Add missing label
Browse files Browse the repository at this point in the history
  • Loading branch information
xhero committed Mar 26, 2024
1 parent 3460b1d commit dba28bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/admin/source.rb
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ def destroy
filter :std_title_contains, :label => proc{I18n.t(:std_title_contains)}, :as => :string
filter :composer_contains, :label => proc{I18n.t(:composer_contains)}, :as => :string

filter :"source_rism_ids_contains", :label => proc{I18n.t(:rism_id)}, :as => :string
filter :"source_rism_ids_contains", :label => proc{I18n.t(:filter_id)}, :as => :string

filter :"852a_facet_contains", :label => proc{I18n.t(:library_sigla_contains)}, :as => :string, if: proc { !is_selection_mode? }
# see See lib/active_admin_record_type_filter.rb
Expand Down

0 comments on commit dba28bd

Please sign in to comment.