#16510 closed Bug (fixed)
`truncatechars` filter is buggy and unregistered
Reported by: | timdumol | Owned by: | nobody |
---|---|---|---|
Component: | Template system | Version: | dev |
Severity: | Normal | Keywords: | |
Cc: | Chris Beaven | Triage Stage: | Unreviewed |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
#5025 introduced a new truncatechars
filter. However, the filter is not registered as a default filter, although it is documented as such. Also, there is a typo in the patch that renders the filter unusable.
Attachments (1)
Note:
See TracTickets
for help on using tickets.
Fixes the mentioned issues.