##// END OF EJS Templates
Skip a few SQL queries for cross project gantt....
Jean-Philippe Lang -
r4401:9f18426ca7b1
parent child
Show More
@@ -206,7 +206,7 module Redmine
206 project.children.visible.has_module('issue_tracking').each do |project|
206 project.children.visible.has_module('issue_tracking').each do |project|
207 render_project(project, options)
207 render_project(project, options)
208 return if abort?
208 return if abort?
209 end
209 end unless project.leaf?
210
210
211 # Remove indent to hit the next sibling
211 # Remove indent to hit the next sibling
212 options[:indent] -= options[:indent_increment]
212 options[:indent] -= options[:indent_increment]
General Comments 0
You need to be logged in to leave comments. Login now