]> source.dussan.org Git - redmine.git/commitdiff
Allow issue description to be searchable as a filter (#1159).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Wed, 14 Oct 2015 18:16:35 +0000 (18:16 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Wed, 14 Oct 2015 18:16:35 +0000 (18:16 +0000)
Patch by Go MAEDA.

git-svn-id: http://svn.redmine.org/redmine/trunk@14672 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/models/issue_query.rb

index 37f7ee39151fcf344cbed549a0658bb58fa6bb6c..e208b64ad0cd60a031c6335aa7221064ab13022e 100644 (file)
@@ -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