Ticket #62 (closed enhancement: fixed)

Opened 2 years ago

Last modified 6 months ago

Form error handling

Reported by: Paul Assigned to: Rickard
Priority: normal Milestone: 1.3
Component: general Version: 1.2.*
Severity: normal Keywords:
Cc:

Description

At present post.php and edit.php handle form errors by generating an alert box containing the errors. Required field errors will in future be handled by similar alert boxes with the aid of javascript.

For the sake of consistency all form specific errors which at present use the message() function would be better handled in the same way i.e. reload the current page with an error alert box showing. This would be more consistent and would eliminate the problem of there being no direct navigation from the message page back to the form which generated the error.

Change History

02/12/08 16:53:26 changed by Rickard

  • status changed from new to closed.
  • resolution set to fixed.

Fixed in [1490].