Edgewall Software

Changes between Version 1 and Version 2 of Ticket #13282, comment 3


Ignore:
Timestamp:
May 4, 2020, 12:49:54 AM (4 years ago)
Author:
Ryan J Ollos

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #13282, comment 3

    v1 v2  
    1 [th:PrivateCommentsPlugin] adds a checkbox to the comment form. It saves the //private comment// state to a table but needs the ticket changes to be applied first so that `ticket['changetime']` can be saved in the table.
     1[th:PrivateCommentsPlugin] adds a checkbox to the comment form. It saves the //private comment// state to a table but needs the ticket changes to be applied first so that `ticket['changetime']` can be saved in the `private_comments` table.
    22
    33I've tried implementing this numerous ways, using `IRequestFilter` and `ITicketActionController`. I've tried using `ITicketManipulator` in combination with redirect listener, which I think probably works okay.