Edgewall Software

Changes between Version 27 and Version 28 of WorkFlow


Ignore:
Timestamp:
Jan 31, 2006, 4:50:29 PM (18 years ago)
Author:
Alec Thomas
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • WorkFlow

    v27 v28  
    2525 * 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?
    2626 * It might be an idea to simply have a `apply_ticket_changes()` method instead of having `apply_ticket_action()` and `update_ticket_fields()`.
     27 * Add a `percentage` field type? Represented as a bar like in the milestone:0.10 view, except if you click on a position in the bar it sets the field value. This could probably just be done by setting `html_value` appropriately.
    2728
    2829== Basic Configurable Workflow ==