Edgewall Software

Changes between Version 15 and Version 16 of WorkFlow


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

Consolidate on apply_ticket_changes()?

Legend:

Unmodified
Added
Removed
Modified
  • WorkFlow

    v15 v16  
    2121 * Remove `ticket_custom_props()` macro? It does not appear to be referenced.
    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?
    23  *
     23 * It might be an idea to simply have a `apply_ticket_changes()` method instead of having `apply_ticket_action()` and `update_ticket_fields()`.
    2424
    2525== Basic Configurable Workflow ==