mirror of
https://github.com/meineerde/redmine.git
synced 2026-01-26 17:17:14 +00:00
Allow issue description to be searchable as a filter (#1159).
Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@14672 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
8da3c8efb4
commit
510c212ae1
@ -212,6 +212,7 @@ class IssueQuery < Query
|
||||
end
|
||||
|
||||
add_available_filter "subject", :type => :text
|
||||
add_available_filter "description", :type => :text
|
||||
add_available_filter "created_on", :type => :date_past
|
||||
add_available_filter "updated_on", :type => :date_past
|
||||
add_available_filter "closed_on", :type => :date_past
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user