id	summary	reporter	owner	description	type	status	priority	component	severity	resolution	keywords	cc	release
10519	Changes not reported in mail notifications	dunkel@dunkel.dk	bjornharrtell	It seems the way the GridModifyPlugin updates the ticket means that certain parts of the notification flow is bypassed. I don't know the Trac source very well, but I tried to trace through the code and came across this:\r\n\r\nLine 180 in trac/ticket/notification.py looks like this:\r\n{{{\r\n#!python\r\n        for change in TicketModule(self.env).grouped_changelog_entries(ticket, when=modtime):\r\n}}}\r\n\r\nThe call to `grouped_changelog_entries()` returnes an empty list when using gridmod, but NOT when using the Trac UI. The result is that the notification flow is not updated correctly. In the `ticket_notify_email.txt` the `$changes_body` won't be set correctly, which means that the email notification doesn't show WHAT was changed using gridmod.\r\n\r\nDon't know if this is related to the 1.0 release.	defect	closed	normal	GridModifyPlugin	normal	fixed			1.0
