Edgewall Software

Changes between Version 16 and Version 17 of WorkFlow


Ignore:
Timestamp:
Jan 30, 2006, 7:54:40 AM (18 years ago)
Author:
Alec Thomas
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • WorkFlow

    v16 v17  
    2222 * There are a number of locations in the ticket code where permissions are hard coded. As an example, the `TICKET_CREATE` permission is required to create a new ticket. Should this be overridable by `ITicketWorkflow` implementors?
    2323 * It might be an idea to simply have a `apply_ticket_changes()` method instead of having `apply_ticket_action()` and `update_ticket_fields()`.
     24 * Should fields in the ticket summary be parsed for WikiFormatting by default? Optional?
    2425
    2526== Basic Configurable Workflow ==