Changes between Version 1 and Version 2 of Ticket #10489


Ignore:
Timestamp:
Oct 16, 2012, 8:57:45 PM (11 years ago)
Author:
Ryan J Ollos
Comment:

Fixed proposed delete button href.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10489 – Description

    v1 v2  
    11The ability to directly delete PDF attachments with a button press is lost with this plugin, but fortunately we have a workaround, described in PdfRedirectorPlugin#Description.
    22
    3 It would be nice to have a more straightforward way to delete attachments. A delete button (e.g. an X) could be added next to the download link (the button could be added by `ITemplateStreamFilter.filter_stream`). This delete button could link to the `/attachment/ticket/ID/FileName?action=delete` page.
     3It would be nice to have a more straightforward way to delete attachments. A delete button (e.g. an X) could be added next to the download link (the button could be added by `ITemplateStreamFilter.filter_stream`). This delete button could link to the `/attachment/realm/id/filename?action=delete` page.