Changes between Initial Version and Version 1 of Ticket #13167


Ignore:
Timestamp:
Apr 30, 2017, 10:22:13 PM (7 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #13167 – Description

    initial v1  
    11When I add TicketWorkflowNotifier to the workflow i get the following error accessing any page on my trac project. 
    22
     3{{{
    34Cannot find implementation(s) of the ITicketActionController interface named TicketWorkflowNotifier. Please check that the Component is enabled or update the option [ticket] workflow in trac.ini.
     5}}}
    46
    57I read through the bug list and saw where someone got similar issues, but the difference is that I have modified the workflow from the original options.  But here is the only ticket-workflow-notifications section entry I have:
    68
     9{{{#!ini
    710[ticket-workflow-notifications]
    811owner_changed = *
     
    1114owner_changed.subject = You are now the owner of ticket ${ticket.id}!
    1215owner_changed.condition = ${old_ticket.owner != ticket.owner}
    13 
     16}}}