Modify ↓
Ticket #3609 (closed enhancement: duplicate)
Opened 5 years ago
Last modified 5 years ago
Allow editing of own ticket comments.
| Reported by: | Pedro Algarvio, aka, s0undt3ch <ufs@…> | Owned by: | jonas |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | ticket system | Version: | 0.9.6 |
| Severity: | normal | Keywords: | |
| Cc: | |||
| Release Notes: | |||
| API Changes: | |||
Description
Trac should allow editing the users own ticket comments, for example to correct typos.
A nice edit button along with the reply button would be nice. An italic comment on bottom of the comment could say that the comment was edited on X date, and possibly X times?
Attachments
Change History
comment:1 Changed 5 years ago by cboos
- Resolution set to fixed
- Status changed from new to closed
comment:2 Changed 5 years ago by cboos
- Resolution fixed deleted
- Status changed from closed to reopened
Oops...
comment:3 Changed 5 years ago by cboos
- Component changed from general to ticket system
- Resolution set to duplicate
- Status changed from reopened to closed
Duplicate, of course.
Note: See
TracTickets for help on using
tickets.



Interface-wise, that's exactly the plan, add an edit button next to the Reply one, if editing is allowed (i.e. for one's own comments or all if TICKET_ADMIN).
That's the easier part howeever, the more problematic one being what to do with the old content... See the infamous #454 ;)