Modify ↓
#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 )
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 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 14 years ago by
Description: | modified (diff) |
---|
Note: See
TracTickets for help on using
tickets.
trac-admin
bug fixed in r10047. You can also delete downloads via WebAdmin interface.