Opened 13 years ago

Last modified 13 years ago

#8631 closed defect

Can not delete an uploaded file — at Initial Version

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

Description

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 (0)

Note: See TracTickets for help on using tickets.