Modify ↓
Opened 15 years ago
Last modified 6 years ago
#7439 new defect
[patch] If you delete a comment, tracbacks creates incorrectly-numbered comments in a ticket
| Reported by: | Owned by: | ||
|---|---|---|---|
| Priority: | normal | Component: | TracBacksPlugin |
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: | 0.11 |
Description
To reproduce:
- Create a ticket with 2 comments (so you have comment 1 and comment 2)
- Delete one of the comments (so you have comment 2, by itself)
- Create a comment in another ticket where you get a tracback to the first ticket. It will be created as comment #2.
Attachments (1)
Change History (6)
Changed 15 years ago by
| Attachment: | tracbacks_incorrect_count.patch added |
|---|
comment:1 Changed 15 years ago by
| Owner: | changed from Mel Chua to Ryan J Ollos |
|---|
Reassigning to new maintainer.
comment:2 Changed 15 years ago by
| Status: | new → assigned |
|---|
I'm no longer using this plugin, but I'll go ahead and apply the patch. If you have a chance to test and report back, I'd appreciate it!
comment:4 Changed 12 years ago by
| Status: | assigned → new |
|---|
comment:5 Changed 6 years ago by
| Owner: | Ryan J Ollos deleted |
|---|
Note: See
TracTickets for help on using
tickets.



Patch for incorrect counting after comment deletion.