Modify ↓
#7692 closed defect (fixed)
New attachments are not handled as changes
| Reported by: | Martin Scharrer | Owned by: | Martin Scharrer |
|---|---|---|---|
| Priority: | normal | Component: | WatchlistPlugin |
| Severity: | normal | Keywords: | attachment |
| Cc: | Trac Release: | 0.11 |
Description
If a new attachment is added to a wiki page or ticket then this is not shown on the watchlist.
A reason for this is that the used method to receive the data (wiki and ticket DB table for 0.11/0.12 branches, WikiPage and Ticket models for dev branch) does not provide this information.
Attachments (0)
Change History (2)
comment:1 Changed 15 years ago by
comment:2 Changed 15 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
This was added in [8973] as option.
Note: See
TracTickets for help on using
tickets.



This seems to be an issue in Trac t:#1278. Attachments to tickets or wiki pages are handled by the Attachment module which does not modify the parent at all.