Defect #7000 » hide_closed_versions_on_gantt.patch
lib/redmine/helpers/gantt.rb (working copy) | ||
---|---|---|
200 | 200 | |
201 | 201 |
# Third, Versions |
202 | 202 |
project.versions.sort.each do |version| |
203 |
render_version(version, options) |
|
203 |
if !version.closed? |
|
204 |
render_version(version, options) |
|
205 |
end |
|
204 | 206 |
return if abort? |
205 | 207 |
end |
- « Previous
- 1
- 2
- Next »