Opened 12 years ago
Last modified 5 years ago
#11188 new defect
"Copying attachments" is not compatible for Trac 1.0 — at Initial Version
Reported by: | Jun Omae | Owned by: | Jeff Hammel |
---|---|---|---|
Priority: | normal | Component: | TicketMoverPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 1.0 |
Description
The plugin copies the attachment files of the ticket when the ticket is moved. However, it determines directly the path of the attachment file without Attachment.path
.
See source:ticketmoverplugin/trunk/ticketmoverplugin/ticketmover.py@13301:88-90#L80.
We should use Attachment.path
which is available since Trac 0.10.
Note: See
TracTickets for help on using
tickets.