summaryrefslogtreecommitdiffstats
path: root/lib/redmine/field_format.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/redmine/field_format.rb')
-rw-r--r--lib/redmine/field_format.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/redmine/field_format.rb b/lib/redmine/field_format.rb
index b502ec4f0..cfdab0e21 100644
--- a/lib/redmine/field_format.rb
+++ b/lib/redmine/field_format.rb
@@ -793,8 +793,6 @@ module Redmine
end
end
scope.sorted
- elsif object.nil?
- Principal.member_of(Project.visible.to_a).sorted.select {|p| p.is_a?(User)}
else
[]
end