Project

General

Profile

Patch #5438 ยป gantt_subtasks_rendering.diff

Jarek Nowisz, 2010-05-04 15:44

View differences:

lib/redmine/helpers/gantt.rb (kopia robocza)
265 265
          -1
266 266
        elsif y.start_date.nil?
267 267
          1
268
        elsif x.start_date == y.start_date
269
          x.id <=> y.id
268 270
        else
269 271
          x.start_date <=> y.start_date
270 272
        end
    (1-1/1)