Ticket #495 (closed defect: fixed)
AgaviNotOperatorValidator - Needs to remove any child errors
| Reported by: | ross | Owned by: | dominik |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.11 |
| Component: | validation | Version: | 0.11.0RC4 |
| Severity: | normal | Keywords: | |
| Cc: | Patch attached: |
Description
AgaviNotOperatorValidator, should be valid if the child errors.
However, doesn't do any cleaning, so in my action validate function:
$this->container->getValidationManager()->hasErrors();
is True! as the NotOperator Child threw an error.
Added clean up - unfortunately, that means allowing public access to setting the result in the Validation Manager.
Patches incoming...
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

