I have some custom validation I want only on adding a record, not changing it. Is there a way to qualify my _manipulator_validate_FOO() method or to find out from within it if it is an add or change? I know I can create a custom manipulator to use from my own views, but I would like the admin view to use the same logic.
- validators 9.1 David S .
- Re: validators 9.1 Matthew Flanagan
- Re: validators 9.1 Adrian Holovaty