Hello guys.
The docs say the current version does not support afterValidate hook, but what about the case where I need to manipulate data after it is validated ?
For example, after all my fields are validated I'd like to encrypt some of them and persist into datastore.
Common hook model.afterValidate is deprecated.
Thanks in advance.
Hello guys.
The docs say the current version does not support
afterValidatehook, but what about the case where I need to manipulate data after it is validated ?For example, after all my fields are validated I'd like to encrypt some of them and persist into datastore.
Common hook
model.afterValidateis deprecated.Thanks in advance.