Development

#2932 ([PATCH] Exception handling for Date Input in admin-generated CRUD pages)

You must first sign up to be able to contribute.

Ticket #2932 (new defect)

Opened 10 months ago

Last modified 10 months ago

[PATCH] Exception handling for Date Input in admin-generated CRUD pages

Reported by: manickam Assigned to: fabien
Priority: minor Milestone:
Component: generator Version: 1.0.10
Keywords: Exception handling for Date CRUD Cc:
Qualification: Design decision

Description

Currently timestamp related fields in admin-generated CRUD pages dont report errors in data entry. They silently pass of with neither modifying the column value nor reporting error.

1.Enter an invalid date string "sdfdsfsdf" into timestamp textbox.

Attachments

date_format_exception.patch (3.7 kB) - added by manickam on 02/13/08 16:32:57.
Patch for Date format exception handling

Change History

02/13/08 16:32:57 changed by manickam

  • attachment date_format_exception.patch added.

Patch for Date format exception handling

02/13/08 21:25:05 changed by dwhittle

  • qualification changed from Unreviewed to Design decision.

I think this should be handled via validation files for the generated interface...