Modify ↓
Opened 19 years ago
Closed 19 years ago
#3609 closed enhancement (duplicate)
Allow editing of own ticket comments.
| Reported by: | Owned by: | Jonas Borgström | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | ticket system | Version: | 0.9.6 |
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal 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 (0)
Change History (3)
comment:1 by , 19 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:3 by , 19 years ago
| Component: | general → ticket system |
|---|---|
| Resolution: | → duplicate |
| Status: | reopened → 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 ;)