@@ -206,7 +206,7 module Redmine | |||
|
206 | 206 | project.children.visible.has_module('issue_tracking').each do |project| |
|
207 | 207 | render_project(project, options) |
|
208 | 208 | return if abort? |
|
209 | end | |
|
209 | end unless project.leaf? | |
|
210 | 210 | |
|
211 | 211 | # Remove indent to hit the next sibling |
|
212 | 212 | options[:indent] -= options[:indent_increment] |
General Comments 0
You need to be logged in to leave comments.
Login now