Opened 7 years ago

Last modified 7 years ago

#13167 closed defect

Error when added to workflow — at Initial Version

Reported by: anonymous Owned by: ejucovy
Priority: normal Component: WorkflowNotificationPlugin
Severity: normal Keywords:
Cc: Trac Release: 1.2

Description

When I add TicketWorkflowNotifier to the workflow i get the following error accessing any page on my trac project.

Cannot 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.

I 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:

[ticket-workflow-notifications] owner_changed = * owner_changed.body = Ticket owner changed by ${change.author}: ${change.comment}\n\n{% for field in old_ticket %}{% if old_ticket[field] != ticket[field] %}\n${field} changed: ${old_ticket[field]} => ${ticket[field]}{% end %}{% end %} owner_changed.recipients = ${ticket.owner} owner_changed.subject = You are now the owner of ticket ${ticket.id}! owner_changed.condition = ${old_ticket.owner != ticket.owner}

Change History (0)

Note: See TracTickets for help on using tickets.