Edgewall Software

Changes between Version 6 and Version 7 of WorkFlow


Ignore:
Timestamp:
Jan 27, 2006, 3:32:08 PM (18 years ago)
Author:
Alec Thomas
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • WorkFlow

    v6 v7  
    1616 * Add a `checkbox` field type. This would store the data in the field value as `check1|check2|check4`. I'm not sure about this one, or how it would be presented in the query module, but I figured that people might find it useful.
    1717 * Remove `ticket_custom_props()` macro? It does not appear to be referenced.
    18  * Need a clean way to differentiate between fields that should not be displayed in the summary and those that should not be displayed at all.
     18 * Need a clean way to differentiate between fields that should not be displayed in the summary and those that should not be displayed at all. eg. `summary` should be hidden in the ticket summary (as it is used for the title), and should only be editable by users with `TICKET_ADMIN` privileges. Perhaps the logic should be that if a field is `hidden` it is not displayed anywhere, unless it is also `editable`, in which case it is only displayed in the ticket properties.