Edgewall Software

Changes between Version 23 and Version 24 of WorkFlow


Ignore:
Timestamp:
Jan 31, 2006, 3:22:06 AM (18 years ago)
Author:
Alec Thomas
Comment:

Documented ITicketFieldProvider

Legend:

Unmodified
Added
Removed
Modified
  • WorkFlow

    v23 v24  
    8383            user supplied values from req.args. """
    8484
     85class ITicketFieldProvider(Interface):
     86    """ Provide custom ticket fields programmatically. """
     87
     88    def get_custom_fields():
     89        """ Return an iterable of trac.ticket.field.Field objects. """
     90
    8591class ITicketWorkflow(Interface):
    8692    """ This interface controls what actions can be performed on a ticket. """