Changes between Initial Version and Version 2 of Ticket #13263


Ignore:
Timestamp:
Aug 29, 2017, 3:29:58 PM (7 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #13263 – Description

    initial v2  
    1 When setting notify=True on the ticket.update call the INotificationSubscriber plugins don't appear to get called.
     1When setting `notify=True` on the `ticket.update` call the `INotificationSubscriber` plugins don't appear to get called.
    22
    3 It looks like notify=True results in calling some old, outdated, Trac notification system which works off some hard-coded stuff in trac.ini, rather than the current notification system which is configurable by user preferences.
     3It looks like `notify=True` results in calling some old, outdated, Trac notification system which works off some hard-coded stuff in trac.ini, rather than the current notification system which is configurable by user preferences.
    44
    5 So if you're using the new user-configurable notification system all you get if you set notify=True for ticket.update is
     5So if you're using the new user-configurable notification system all you get if you set `notify=True` for `ticket.update` is
    66
     7{{{
    78Trac[compat] INFO: no recipient for a ticket notification
     9}}}
    810
    911in the log, and no emails.