Property change in batch ticket notification is incorrect
When a user is batch removed from the CC list, the notification email displays the following:
Batch modification to #29 by user1:
cc to ryan.j.ollos@...
The same message is displayed when a user is batch added. I haven't checked if the issue occurs on 1.0-stable.
Change History
(8)
Owner: |
set to Ryan J Ollos
|
Status: |
new → assigned
|
Milestone: |
1.2 → next-major-releases
|
Keywords: |
bitesized added
|
Owner: |
Ryan J Ollos removed
|
Status: |
assigned → new
|
Milestone: |
next-major-releases → next-stable-1.0.x
|
Keywords: |
bitesized removed
|
Resolution: |
→ duplicate
|
Status: |
new → closed
|
Milestone: |
next-stable-1.0.x
|
new_values
contains the value passed in the input field and there is no information passed about whether the value is added or removed: tags/trac-1.1.6/trac/ticket/notification.py@:957-958#L923.We could create a list of added and removed values in
_change_list
and pass it toBatchTicketChangeEvent
in place ofnew_values
: tags/trac-1.1.6/trac/ticket/batch.py@:181-182#L162.