Modify ↓
Ticket #3259 (closed enhancement: fixed)
Opened 6 years ago
Last modified 5 years ago
Ticket changes in timeline should link directly to `#comment:n`
| Reported by: | athomas | Owned by: | cboos |
|---|---|---|---|
| Priority: | low | Milestone: | 0.10 |
| Component: | general | Version: | devel |
| Severity: | minor | Keywords: | |
| Cc: | |||
| Release Notes: | |||
| API Changes: | |||
Description
This would probably require factoring the code that generates the change ID's out into a method of TicketModule so the timeline code could reuse it.
I've attached a quick proof-of-concept patch which simply uses the oldvalue column.
Attachments
Change History
Changed 6 years ago by athomas
- Attachment ticket-timeline-comments.2.diff added
comment:1 Changed 6 years ago by athomas
Hmmm, got a database is locked while creating/attaching, hence the .2.
comment:2 Changed 6 years ago by cboos
- Owner changed from jonas to cboos
- Status changed from new to assigned
Good idea, I'll integrate this after the last #2703 changes.
comment:3 Changed 6 years ago by cboos
- Resolution set to fixed
- Status changed from assigned to closed
Integrated in r3395.
Note: See
TracTickets for help on using
tickets.



Preliminary patch for linking directly to ticket comments from timeline