Opened 11 years ago

Last modified 4 years ago

#11188 new defect

"Copying attachments" is not compatible for Trac 1.0 — at Version 1

Reported by: Jun Omae Owned by: Jeff Hammel
Priority: normal Component: TicketMoverPlugin
Severity: normal Keywords:
Cc: Trac Release: 1.0

Description (last modified by Jun Omae)

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.

After Trac 1.0, the structure of the attachments directory has been changes, t:#10313. We should use Attachment.path which is available since Trac 0.10.

Change History (1)

comment:1 Changed 11 years ago by Jun Omae

Cc: Ryan J Ollos added; anonymous removed
Description: modified (diff)
Note: See TracTickets for help on using tickets.