Opened 16 years ago

Closed 16 years ago

#5101 closed (wontfix)

validate on save

Reported by: pk11 Owned by: Adrian Holovaty
Component: Core (Other) Version: dev
Severity: 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

add validation-on-save method to models. using this method you can force validation before saving.

Attachments (1)

validate-on-save.diff (669 bytes) - added by anonymous 16 years ago.

Download all attachments as: .zip

Change History (2)

Changed 16 years ago by anonymous

Attachment: validate-on-save.diff added

comment:1 Changed 16 years ago by Malcolm Tredinnick

Resolution: wontfix
Status: newclosed

The validate() method is not realiably implemented yet. Jacob is working on filling in the missing pieces, so it isn't appropriate to apply something like this. Let's wait for the more holistic solution.

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