]> source.dussan.org Git - redmine.git/commitdiff
Reverts r14672, test broken (#1159).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Wed, 14 Oct 2015 19:23:03 +0000 (19:23 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Wed, 14 Oct 2015 19:23:03 +0000 (19:23 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@14673 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/models/issue_query.rb

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