Modify ↓
#8287 closed enhancement (fixed)
Update documentation for always_notify_updater
| Reported by: | verm | Owned by: | Christian Boos |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.11.5 |
| Component: | notification | Version: | devel |
| Severity: | trivial | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
The documentation for always_notify_updater leaves out the fact that any previous updaters to that ticket will also be emailed, I suggest the following change:
-
notification.py
39 39 40 40 always_notify_updater = BoolOption('notification', 'always_notify_updater', 41 41 'true', 42 """Always send notifications to the person who causes the ticket43 property change .""")42 """Always send notifications to the person who causes the current ticket 43 property change _and_ any previous updaters.""") 44 44 45 45 ticket_subject_template = Option('notification', 'ticket_subject_template', 46 46 '$prefix #$ticket.id: $summary',
Attachments (0)
Change History (2)
comment:1 by , 16 years ago
| Milestone: | → 0.11.5 |
|---|---|
| Resolution: | → fixed |
| Severity: | normal → trivial |
| Status: | new → closed |
comment:2 by , 16 years ago
| Owner: | changed from to |
|---|
Note:
See TracTickets
for help on using tickets.



Done in [8235].
At least notifications with
always_notify_updaterseem to work for some ;-)verm, can I get you to comment on #8293, if you don't mind?