Opened 18 years ago

Closed 18 years ago

#1042 closed defect (invalid)

Exception for date check in manipulator is too high

Reported by: leo@… Owned by: Adrian Holovaty
Component: Core (Other) 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

When doing datetime field check in manipulator, if the date is not the 'YYYY-MM-DD' format, it will throw out a 'CriticalValidationError', which causes the ignorce on any other ValidationErrors, Do we really need that high level error?

Change History (1)

comment:1 by Adrian Holovaty, 18 years ago

Resolution: invalid
Status: newclosed

Yes. The concept of CriticalValidationErrors is that they set a bar for what every other validator can assume.

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