Edgewall Software

Changes between Initial Version and Version 1 of Ticket #12205, comment 3


Ignore:
Timestamp:
Sep 18, 2015, 9:11:43 PM (9 years ago)
Author:
Ryan J Ollos

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12205, comment 3

    initial v1  
    1 The new notification system provides a more elegant way to fix the issue. We can pass to the template the ticket changes contained in the `event.changes` attribute. An "old" value can then be accessed through, for example: `changes.fields['status']['old]`. The implementation is much easier following the refactoring of the notification code that has been prepared in #11901. Proposed changes in [970cec69/rjollos.git]. Included are test cases based on the request in SO:32473999.
     1The new notification system provides a more elegant way to fix the issue. We can pass to the template the ticket changes contained in the `event.changes` attribute. An "old" value can then be accessed through, for example: `changes.fields['status']['old]`. The implementation is much easier following the refactoring of the notification code that has been prepared in #11901. Proposed changes in [970cec69/rjollos.git]. Included are test cases based on the request in SO:32473999. I used the request as an example of a sufficiently complex `ticket_subject_template`.