Changes between Initial Version and Version 1 of Ticket #6221
- Timestamp:
- Jul 25, 2015, 5:10:28 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6221
-
Property
Status
changed from
new
toclosed
-
Property
Resolution
changed from
to
wontfix
-
Property
Status
changed from
-
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 1 I've modified a little bit your code, to have the ability to use different starting states for different ticket types. 2 2 3 the code is:4 {{{ 3 The code is: 4 {{{#!python 5 5 from trac.core import Component, implements 6 6 from trac.ticket.api import ITicketChangeListener … … 52 52 usage: 53 53 54 default_%type% = %defaultfortype% 54 `default_%type% = %defaultfortype%`