Use "yes" and "no" for filter

pull/7348/head
Wieland Lindenthal 5 years ago
parent 74a4c3a54f
commit 32a5a1f28f
  1. 4
      modules/bcf/lib/open_project/bcf/bcf_issue_associated_filter.rb

@ -38,8 +38,8 @@ module ::OpenProject::Bcf
def allowed_values
[
[I18n.t(:general_text_true), OpenProject::Database::DB_VALUE_TRUE],
[I18n.t(:general_text_false), OpenProject::Database::DB_VALUE_FALSE]
[I18n.t(:general_text_yes), OpenProject::Database::DB_VALUE_TRUE],
[I18n.t(:general_text_no), OpenProject::Database::DB_VALUE_FALSE]
]
end

Loading…
Cancel
Save