Modify

Opened 12 years ago

#10311 new defect

in ASAP mode: end date of ticket 1 is after start date of ticket 2 although 2 depends on 1

Reported by: falkb Owned by: Chris Nelson
Priority: normal Component: TracJsGanttPlugin
Severity: normal Keywords:
Cc: Trac Release: 0.12

Description

Hi, look at the attached image which shows the problem. Today is 12/Sep/2012, column 9/9 so to speak.

The dates of tickets #12 and #13 are computed from today since they don't have fields.start and fields.finish set. The end date of #1 is computed from the end date of #13 because it also doesn't have its fields.finish set.

There is a set dependency that #2 requires #1 by fields.succ and fields.pred, respectively. And 2 has its fields.start and fields.finish explicitely set.

I expect that #1 has to end before #2 starts and as a result from that #12 and #13 have to start earlier. This means #13 actually must end on the start date of #2 , and this means 12 must start earlier than today.

Attachments (1)

asap_dependency_bug.png (38.2 KB) - added by falkb 12 years ago.

Download all attachments as: .zip

Change History (1)

Changed 12 years ago by falkb

Attachment: asap_dependency_bug.png added

Modify Ticket

Change Properties
Set your email in Preferences
Action
as new The owner will remain Chris Nelson.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.