-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can we run approval based on specific conditions, such as if certain model attributes match specific criteria? #46
Comments
Should be able to do that by just overriding the boot method in the Approvable trait.
` |
Okay, thanks! I will definitely give it a try. Is there anything from you on this, @ringunger ? |
@ehtashamGH , @kraziegent in the latest version |
Can we run approval based on specific conditions, such as if certain model attributes match specific criteria? If they do, run approval; otherwise, do not.
@ringunger
The text was updated successfully, but these errors were encountered: