@@ -675,7 +675,7 module Redmine | |||
|
675 | 675 | start_date + (end_date - start_date + 1) * (progress / 100.0) |
|
676 | 676 | end |
|
677 | 677 | |
|
678 | # Sorts a collection of issues by start_date, due_date, id for gantt rendering | |
|
678 | # TODO: Sorts a collection of issues by start_date, due_date, id for gantt rendering | |
|
679 | 679 | def sort_issues!(issues) |
|
680 | 680 | issues.sort! { |a, b| gantt_issue_compare(a, b) } |
|
681 | 681 | end |
General Comments 0
You need to be logged in to leave comments.
Login now