Modify ↓
Opened 18 years ago
Closed 18 years ago
#4118 closed defect (fixed)
Ticket email notifications no longer contain "Re: "
Reported by: | Owned by: | Christian Boos | |
---|---|---|---|
Priority: | normal | Milestone: | 0.11 |
Component: | ticket system | Version: | devel |
Severity: | minor | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal 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 (1)
Change History (3)
by , 18 years ago
Attachment: | ticket-re-genshimerge.diff added |
---|
comment:1 by , 18 years ago
Component: | general → ticket system |
---|---|
Milestone: | → 0.11 |
Owner: | changed from | to
Severity: | normal → minor |
Note:
See TracTickets
for help on using tickets.
Looks good, thanks!