Opened 7 years ago
Closed 7 years ago
#13566 closed bug (fixed)
Trac emails now use action author's email after vmdev upgrade
Reported by: | waddlesplash | Owned by: | nielx |
---|---|---|---|
Priority: | critical | Milestone: | |
Component: | Website/Trac | Version: | |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
As in title. The correct (previous) behavior was to send all messages from trac@haiku-os.org
.
It appears nielx patched Trac to do this correctly: https://github.com/haiku/trac/commit/db286a9406c1c590c8046d292666fcb126e53509 -- perhaps the patch was lost in the virtualenv rebuild?
Change History (6)
comment:1 by , 7 years ago
comment:4 by , 7 years ago
After a short investigation: it seems that the patch is applied and installed, but that we are no longer using the 'compat' version of the notification plugin. Instead, it is now going through the FromAuthorEmailDecorator.
comment:5 by , 7 years ago
Owner: | changed from | to
---|---|
Status: | reopened → assigned |
Note:
See TracTickets
for help on using tickets.
Supposedly this is fixed now...