replace tabs to spaces at app/models/query.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@13088 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
8c52689d91
commit
3270a3af40
|
@ -159,8 +159,8 @@ class Query < ActiveRecord::Base
|
||||||
|
|
||||||
after_save do |query|
|
after_save do |query|
|
||||||
if query.visibility_changed? && query.visibility != VISIBILITY_ROLES
|
if query.visibility_changed? && query.visibility != VISIBILITY_ROLES
|
||||||
query.roles.clear
|
query.roles.clear
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
class_attribute :operators
|
class_attribute :operators
|
||||||
|
|
Loading…
Reference in New Issue