Modify

Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#8631 closed defect (fixed)

Can not delete an uploaded file

Reported by: anonymous Owned by: Radek Bartoň
Priority: high Component: DownloadsPlugin
Severity: major Keywords:
Cc: Trac Release: 0.12

Description (last modified by Ryan J Ollos)

I installed the Downloads plugin and it works great. Only issue is that I can not remove a file after it is uploaded.

I tried to remove it by using the trac-admin command download remove <download_id>. I then get an error:

"AttributeError: 'DownloadsApi' object has no attribute 'remove_download'".

It seems the remove command in the api is called "delete_download" and not "remove_download".

Is there another way to remove a file as a workaround?

Attachments (0)

Change History (2)

comment:1 Changed 13 years ago by Radek Bartoň

Resolution: fixed
Status: newclosed

trac-admin bug fixed in r10047. You can also delete downloads via WebAdmin interface.

comment:2 Changed 13 years ago by Ryan J Ollos

Description: modified (diff)

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Radek Bartoň.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.