Modify ↓
Ticket #4118 (closed defect: fixed)
Opened 5 years ago
Last modified 5 years ago
Ticket email notifications no longer contain "Re: "
| Reported by: | Tim Hatch <trac@…> | Owned by: | cboos |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.11 |
| Component: | ticket system | Version: | devel |
| Severity: | minor | Keywords: | |
| Cc: | |||
| Release Notes: | |||
| API Changes: | |||
Description
This was lost in the Genshi merge of r3832, as it previously existed in ticket/notification.py@3308
While the Genshi data object does contain the correct subject-with-Re:, the subject variable sent to NotifyEmail? does not.
Small patch is forthcoming.
Tim
Attachments
Change History
Changed 5 years ago by Tim Hatch <trac@…>
- Attachment ticket-re-genshimerge.diff added
comment:1 Changed 5 years ago by cboos
- Component changed from general to ticket system
- Milestone set to 0.11
- Owner changed from jonas to cboos
- Severity changed from normal to minor
comment:2 Changed 5 years ago by cboos
- Resolution set to fixed
- Status changed from new to closed
Patch applied in r4208.
Note: See
TracTickets for help on using
tickets.



Looks good, thanks!