Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#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 Russell Keith-Magee, 13 years ago

milestone: 1.4
Severity: NormalRelease blocker
Triage Stage: UnreviewedAccepted

comment:2 by Jannis Leidel, 13 years ago

Resolution: fixed
Status: newclosed

In [16084]:

Fixed #15758 -- Removed stale constants that were missed in r15983.

comment:3 by Jannis Leidel, 13 years ago

In [16085]:

[1.3.X] Fixed #15758 -- Removed stale constants that were missed in r15983.

Backport from trunk (r16084).

comment:4 by Jacob, 13 years ago

milestone: 1.4

Milestone 1.4 deleted

Note: See TracTickets for help on using tickets.
Back to Top