Opened 19 years ago

Closed 18 years ago

Last modified 18 years ago

#707 closed enhancement (fixed)

Add support for optional filter arguments

Reported by: wojtek@… Owned by: Adrian Holovaty
Component: Template system Version:
Severity: normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Right now a filter can either have an argument or not have it. And there is no way to write a filter which would have a default value for an argument. It would be neat if one could write a filter with an argument which assumes a default value if the user does not specify the argument :)

Change History (3)

comment:1 by Adrian Holovaty, 18 years ago

Summary: Optional filter argumentsAdd support for optional filter arguments
Type: defectenhancement

comment:2 by rjwittams, 18 years ago

Fixed in [1443]

comment:3 by anonymous, 18 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.
Back to Top