Edgewall Software

Changes between Version 8 and Version 9 of WorkFlow


Ignore:
Timestamp:
Jan 27, 2006, 4:22:14 PM (18 years ago)
Author:
Alec Thomas
Comment:

checkboxes, not checkbox

Legend:

Unmodified
Added
Removed
Modified
  • WorkFlow

    v8 v9  
    1414 * Add a `.onchange` option for javascript field validation.
    1515 * Add a `.title` option, or maybe `.tooltip`, though I think for the sake of consisteny it should be `.title`.
    16  * 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.
     16 * Add a `checkboxes` field type. This differs from the `checkbox` type in that it is a set of related checkboxes. It 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. Similarly, a `multi_select` type could be useful.
    1717 * Remove `ticket_custom_props()` macro? It does not appear to be referenced.
    1818 * ~~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.~~ [2837]