Changes between Initial Version and Version 1 of Ticket #5104
- Timestamp:
- Mar 23, 2011, 6:54:45 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5104 – Description
initial v1 3 3 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. 4 4 5 For instance:[[BR]] 6 accept.tickettype = task, enhancement[[BR]] 5 For instance: 6 {{{ 7 accept.tickettype = task, enhancement 7 8 peerreview.tickettype = defect 9 }}} 8 10 9 11 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.