mirror of
https://github.com/redmine/redmine.git
synced 2025-11-13 16:56:00 +01:00
fix typos of source comments at Query model
git-svn-id: http://svn.redmine.org/redmine/trunk@13076 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -556,7 +556,7 @@ class Query < ActiveRecord::Base
|
|||||||
next unless v and !v.empty?
|
next unless v and !v.empty?
|
||||||
operator = operator_for(field)
|
operator = operator_for(field)
|
||||||
|
|
||||||
# "me" value subsitution
|
# "me" value substitution
|
||||||
if %w(assigned_to_id author_id user_id watcher_id).include?(field)
|
if %w(assigned_to_id author_id user_id watcher_id).include?(field)
|
||||||
if v.delete("me")
|
if v.delete("me")
|
||||||
if User.current.logged?
|
if User.current.logged?
|
||||||
|
|||||||
Reference in New Issue
Block a user