Modify ↓
#671 closed defect (fixed)
Resolved ticket in timeline displays wrong comment
Reported by: | anonymous | Owned by: | Christopher Lenz |
---|---|---|---|
Priority: | high | Milestone: | 0.8 |
Component: | timeline | Version: | devel |
Severity: | major | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
As observed on the current copy of trac running on this site, going to the timeline on 07/30/2004, #667 is resolved with a particular comment. The next entry is a resolution for #670, but displays the same comment from #667. This comment is not present in #670; in fact, the resolution has no comment at all.
Attachments (2)
Change History (7)
comment:1 by , 20 years ago
Component: | ticket system → timeline |
---|---|
Milestone: | → 0.8 |
Priority: | normal → high |
Severity: | normal → major |
comment:2 by , 20 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
by , 20 years ago
Attachment: | dup_ticket_message.2.patch added |
---|
new patch since previous accidentally included an unrelated change
comment:3 by , 20 years ago
Owner: | changed from | to
---|---|
Status: | assigned → new |
Hmm, shouldn't assign a ticket to anonymous.
comment:4 by , 20 years ago
Status: | new → assigned |
---|
comment:5 by , 20 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Thanks for the patch! I've appied it and checked it in [900].
Note:
See TracTickets
for help on using tickets.
In ticket.cs a variable is used to prefix the comment with a hyphen to separate it from the resolution. This variable gets set if there is a comment, but never gets set back if there is no comment.
Uploading patch.