Changes between Initial Version and Version 1 of Ticket #10489


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10489 – Description

    initial v1  
    1 The ability to delete PDF attachments is lost with this plugin, but fortunately we have a workaround, described in PdfRedirectorPlugin#Description. 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.
     1The 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.
     2
     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/ticket/ID/FileName?action=delete` page.