mirror of
https://github.com/redmine/redmine.git
synced 2026-07-13 11:11:53 +02:00
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:
@@ -304,7 +304,7 @@ class Query < ActiveRecord::Base
|
||||
:text => [ "~", "!~", "^", "$", "!*", "*" ],
|
||||
:integer => [ "=", ">=", "<=", "><", "!*", "*" ],
|
||||
:float => [ "=", ">=", "<=", "><", "!*", "*" ],
|
||||
:relation => ["=", "=p", "=!p", "!p", "*o", "!o", "!*", "*"],
|
||||
:relation => ["=", "!", "=p", "=!p", "!p", "*o", "!o", "!*", "*"],
|
||||
:tree => ["=", "~", "!*", "*"]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user