Changes between Initial Version and Version 1 of Ticket #6285


Ignore:
Timestamp:
Jul 25, 2015, 5:07:47 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.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6285

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

    initial v1  
     1{{{#!python
    12from trac.core import Component, implements
    23from trac.ticket.api import ITicketChangeListener
     
    5354    def ticket_deleted(self, ticket):
    5455        pass
     56}}}