Edgewall Software

Changes between Initial Version and Version 1 of Ticket #12174, comment 2


Ignore:
Timestamp:
Aug 25, 2015, 8:52:01 PM (9 years ago)
Author:
Ryan J Ollos

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12174, comment 2

    initial v1  
    11`new_values` contains the value passed in the input field and there is no information passed about whether the value is added or removed: [browser:/tags/trac-1.1.6/trac/ticket/notification.py@:957-958#L923].
     2
     3We could create a list of added and removed values in `_change_list` and pass it to `BatchTicketChangeEvent` in place of `new_values`: [browser:/tags/trac-1.1.6/trac/ticket/batch.py@:181-182#L162].