Changes between Initial Version and Version 1 of Ticket #5104


Ignore:
Timestamp:
Mar 23, 2011, 6:54:45 PM (13 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5104 – Description

    initial v1  
    33I 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.
    44
    5 For instance:[[BR]]
    6 accept.tickettype = task, enhancement[[BR]]
     5For instance:
     6{{{
     7accept.tickettype = task, enhancement
    78peerreview.tickettype = defect
     9}}}
    810
    911When 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.