Opened 16 years ago
Last modified 14 years ago
#5104 new enhancement
WorkflowEditorPlugin Does Not Play Nice with TypedTicketWorkflowPlugin
Reported by: | Owned by: | Takanori Suzuki | |
---|---|---|---|
Priority: | normal | Component: | WorkflowEditorPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description (last modified by )
This is NOT the same as ticket #4694.
I have both WorkflowEditorPlugin and TypedTicketWorkflowPlugin installed. TypedTicketWorkflowPlugin allows you in your custom workflow to designate an action to be available only for certain types of tickets.
For instance:
accept.tickettype = task, enhancement peerreview.tickettype = defect
When WorkflowEditorPlugin loads in the Admin interface it skips over these statements so when you save via WorkflowEditorPlugin you loose those TypedTicketWorkflowPlugin changes. WorkflowEditorPlugin can not be used in conjunction with TypedTicketWorkflowPlugin and therefore all trac.ini edits must be done manually in the .ini file.
Please add support to not override actions that are custom to the TypedTicketWorkflowPlugin.
Thanks.
Attachments (0)
Change History (2)
comment:1 Changed 14 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 14 years ago by
Priority: | high → normal |
---|