#15758 closed Bug (fixed)
en_format is removed, but DEFAULT_ constants is still there
Reported by: | Alexey Boriskin | Owned by: | nobody |
---|---|---|---|
Component: | Forms | Version: | dev |
Severity: | Release blocker | Keywords: | |
Cc: | Triage Stage: | Accepted | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
en_format helper is removed in [15983], but DEFAULT_DATE_INPUT_FORMATS, DEFAULT_TIME_INPUT_FORMATS, DEFAULT_DATETIME_INPUT_FORMATS constants is there and call undefined function. This does not trigger exception only because of lazy() wrapper call.
Change History (4)
comment:1 by , 14 years ago
milestone: | → 1.4 |
---|---|
Severity: | Normal → Release blocker |
Triage Stage: | Unreviewed → Accepted |
comment:2 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
In [16084]: