Changes between Initial Version and Version 2 of Ticket #8631


Ignore:
Timestamp:
Apr 7, 2011, 9:41:58 PM (13 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8631

    • Property Status changed from new to closed
    • Property Resolution changed from to fixed
  • Ticket #8631 – Description

    initial v2  
    11I installed the Downloads plugin and it works great. Only issue is that I can not remove a file after it is uploaded.
    22
    3 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'".
     3I tried to remove it by using the trac-admin command `download remove <download_id>`. I then get an error:
     4{{{
     5"AttributeError: 'DownloadsApi' object has no attribute 'remove_download'".
     6}}}
    47
    58It seems the remove command in the api is called "delete_download" and not "remove_download".