]> source.dussan.org Git - redmine.git/commitdiff
Merged r19363 from trunk to 4.1-stable (#32546).
authorGo MAEDA <maeda@farend.jp>
Fri, 13 Dec 2019 00:35:27 +0000 (00:35 +0000)
committerGo MAEDA <maeda@farend.jp>
Fri, 13 Dec 2019 00:35:27 +0000 (00:35 +0000)
git-svn-id: http://svn.redmine.org/redmine/branches/4.1-stable@19369 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/models/query.rb

index 93c36887a1271ded41ea38fe7d06c92d11fb43e4..f583f6ba7c55a4245fc8b69f44a1481a97a11eae 100644 (file)
@@ -304,7 +304,7 @@ class Query < ActiveRecord::Base
     :text => [  "~", "!~", "^", "$", "!*", "*" ],
     :integer => [ "=", ">=", "<=", "><", "!*", "*" ],
     :float => [ "=", ">=", "<=", "><", "!*", "*" ],
-    :relation => ["=", "=p", "=!p", "!p", "*o", "!o", "!*", "*"],
+    :relation => ["=", "!", "=p", "=!p", "!p", "*o", "!o", "!*", "*"],
     :tree => ["=", "~", "!*", "*"]
   }