Problem with related isuees
Added by Luis Serrano Aranda over 13 years ago
I have a problem with Redmine, and I don't know if this is the correct functioning.
I have two issues A anb B
None has no start date No end date.
A precedes B.
I write the start and the finish date in A and B not only complete the start date also complete the finish date, is that correct?
Thanks
Replies (3)
RE: Problem with related isuees - Added by Luis Serrano Aranda over 13 years ago
In the line 498 in app/models/issue.rb (line 498) I look self.star_date, self.due_date = date, date + duration
I think is better self.star_date = date
RE: Problem with related isuees - Added by Luis Serrano Aranda over 13 years ago
It's not proper solution...
Another question, it os possible have two related tasks... The first begin today and the follow also today (not today +1)
RE: Problem with related isuees - Added by Luis Serrano Aranda over 13 years ago
It 's the more eassy solution if no dates and related issue first task first day, second task second day...
Thanks