#707 closed enhancement (fixed)
Add support for optional filter arguments
| Reported by: | 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 , 20 years ago
| Summary: | Optional filter arguments → Add support for optional filter arguments |
|---|---|
| Type: | defect → enhancement |
comment:2 by , 20 years ago
comment:3 by , 20 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Fixed in [1443]