Changes between Initial Version and Version 1 of Ticket #6221


Ignore:
Timestamp:
Jul 25, 2015, 5:10:28 AM (9 years ago)
Author:
Ryan J Ollos
Comment:

Plugin is deprecated. The upcoming Trac 1.2 has equivalent functionality. See the TicketCreationStatusPlugin page for more info.

This feature request would be handled by using MultipleWorkflowPlugin with Trac 1.2.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6221

    • Property Status changed from new to closed
    • Property Resolution changed from to wontfix
  • Ticket #6221 – Description

    initial v1  
    1 i've modified a little bit your code, to have the ability to use different starting states for different ticket types
     1I've modified a little bit your code, to have the ability to use different starting states for different ticket types.
    22
    3 the code is:
    4 {{{
     3The code is:
     4{{{#!python
    55from trac.core import Component, implements
    66from trac.ticket.api import ITicketChangeListener
     
    5252usage:
    5353
    54 default_%type% = %defaultfortype%
     54`default_%type% = %defaultfortype%`