]> source.dussan.org Git - redmine.git/commit
Ability to filter issues using project, author, assignee and target version custom...
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Tue, 7 Aug 2012 19:17:59 +0000 (19:17 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Tue, 7 Aug 2012 19:17:59 +0000 (19:17 +0000)
commit3676783052fed523c23247fb8181124e918dd4e1
treeffcddde17e6c732a97ab0b8c25b66e2c9e3eed1e
parent599736aca7b9b5bd47d39fdf72c9fc1127730497
Ability to filter issues using project, author, assignee and target version custom fields (#8161).

Custom fields must be marked as "Used as filter" to show up in the filters list.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10164 e93f8b46-1217-0410-a6f0-8f06a7374b81
app/models/query.rb
app/views/custom_fields/_form.html.erb
config/locales/en.yml
config/locales/fr.yml
public/javascripts/application.js
public/stylesheets/application.css
test/functional/issues_controller_test.rb
test/unit/query_test.rb