Modify ↓
Opened 9 years ago
Closed 9 years ago
#12186 closed defect (fixed)
Notification subject is incorrect for ticket summary change
Reported by: | Ryan J Ollos | Owned by: | Ryan J Ollos |
---|---|---|---|
Priority: | normal | Milestone: | 1.2 |
Component: | notification | Version: | 1.1dev |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: |
Fixed regression in notification subject when ticket summary was changed: old summary was not included in the subject. |
||
API Changes: | |||
Internal Changes: |
Description
A regression was introduced with the new notification system. The notification subject no longer includes (was: <old subject>).
Attachments (1)
Change History (4)
by , 9 years ago
Attachment: | t12186.diff added |
---|
comment:1 by , 9 years ago
comment:2 by , 9 years ago
Status: | new → assigned |
---|
comment:3 by , 9 years ago
Release Notes: | modified (diff) |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
Committed to trunk in [14276].
Note:
See TracTickets
for help on using tickets.
Proposed fix in t12186.diff. The code can be cleaned up in #11901 when we drop the old notification system by removing the
format_subj
calls in_prepare_body
,_prepare_body_attachment
, etc ..