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)
Change History (2)
Changed 16 years ago by
Attachment: | validate-on-save.diff added |
---|
comment:1 Changed 16 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
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.