Commit dc6e65da authored by Valery Sizov's avatar Valery Sizov

Fix milestone dashboard

parent d849f531
...@@ -94,7 +94,7 @@ class GlobalMilestone ...@@ -94,7 +94,7 @@ class GlobalMilestone
end end
def participants def participants
@participants ||= milestones.includes(:participants).map(&:participants).flatten.compact.uniq @participants ||= milestones.map(&:participants).flatten.uniq
end end
def labels def labels
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment