Ticket #7964 (closed Bug: fixed)
Saving an AT object shouldn't validate all fields in the schema, only the visible ones.
| Reported by: | dannyb | Owned by: | amleczko |
|---|---|---|---|
| Priority: | major | Milestone: | 3.3 |
| Component: | Archetypes | Keywords: | TuneUp12 |
| Cc: |
Description
Schema.validate is being called upon save and validates the entire schema. Which doesn't make sense because it can throw an error to the user refering to fields that are not visible to him. It should only validate visible fields (fields in the request preferably)
Change History
Note: See
TracTickets for help on using
tickets.

Schema invariants should also be validated.