##// END OF EJS Templates
add TODO comment about gantt issues sort (#7335)...
Toshi MARUYAMA -
r11494:21b1783da39b
parent child
Show More
@@ -675,7 +675,7 module Redmine
675 start_date + (end_date - start_date + 1) * (progress / 100.0)
675 start_date + (end_date - start_date + 1) * (progress / 100.0)
676 end
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 def sort_issues!(issues)
679 def sort_issues!(issues)
680 issues.sort! { |a, b| gantt_issue_compare(a, b) }
680 issues.sort! { |a, b| gantt_issue_compare(a, b) }
681 end
681 end
General Comments 0
You need to be logged in to leave comments. Login now