Project

General

Profile

Feature #5655 ยป seq_issues_start_end_same_day.patch

Patch of the fix in comment 1 against r3940 - Brian DeVries, 2010-08-17 10:23

View differences:

app/models/issue_relation.rb
91 91
  
92 92
  def successor_soonest_start
93 93
    return nil unless (TYPE_PRECEDES == self.relation_type) && (issue_from.start_date || issue_from.due_date)
94
    (issue_from.due_date || issue_from.start_date) + 1 + delay
94
    (issue_from.due_date || issue_from.start_date) + delay
95 95
  end
96 96
  
97 97
  def <=>(relation)
    (1-1/1)