Merged r19363 from trunk to 4.1-stable (#32546).

git-svn-id: http://svn.redmine.org/redmine/branches/4.1-stable@19369 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA
2019-12-13 00:35:27 +00:00
parent 4e552b93e4
commit 42669e5300

View 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 => ["=", "~", "!*", "*"]
}