Modify ↓
#3267 closed enhancement (fixed)
Add support for operation templates
Reported by: | Rich Harkins | Owned by: | Rich Harkins |
---|---|---|---|
Priority: | high | Component: | TracFormsPlugin |
Severity: | normal | Keywords: | tracforms-0.2 |
Cc: | Trac Release: | 0.11 |
Description
It would be really handy to be able to define a operation type of some name with the same ending paramaters so that it doesn't need repeated over and over again. This would be particularly useful for tf.select, which could be reused over and over:
{{{ #!TracForm #! operation vote select 3//High 2//Medium 1//Low || [tf.vote:choice1] || Choice 1 || || [tf.vote:choice2] || Choice 2 || || [tf.vote:choice3] || Choice 3 || }}}
Attachments (0)
Change History (3)
comment:1 Changed 16 years ago by
comment:2 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Supported in r3904.