Edgewall Software
Modify

Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#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

     
    3939
    4040    always_notify_updater = BoolOption('notification', 'always_notify_updater',
    4141                                       'true',
    42         """Always send notifications to the person who causes the ticket
    43         property change.""")
     42        """Always send notifications to the person who causes the current ticket
     43        property change _and_ any previous updaters.""")
    4444
    4545    ticket_subject_template = Option('notification', 'ticket_subject_template',
    4646                                     '$prefix #$ticket.id: $summary',

Attachments (0)

Change History (2)

comment:1 by Christian Boos, 15 years ago

Milestone: 0.11.5
Resolution: fixed
Severity: normaltrivial
Status: newclosed

Done in [8235].

At least notifications with always_notify_updater seem to work for some ;-)

verm, can I get you to comment on #8293, if you don't mind?

comment:2 by Remy Blank, 15 years ago

Owner: changed from Emmanuel Blot to Christian Boos

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Christian Boos.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Christian Boos to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.