Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#8631 closed defect (fixed)

Can not delete an uploaded file — at Version 2

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?

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)
Note: See TracTickets for help on using tickets.