-
Notifications
You must be signed in to change notification settings - Fork 12
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
download data #22
Comments
I have divided the if conditions... and now I can see the cause of the failed validation:
|
Solved issue, but I can't make another PR please @sjaakp there are pulls in the queue, thanks |
from what I understand it is a very simple scenario problem to be defined better to pass the correct validations. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In actionDownload the $model->validate() always returns false ('scenario' => 'settings') I can't even getErrors () to understand why... for solve it I pass validation ($model->validate(false) ) but it does not seem to me a definitive solution.
The text was updated successfully, but these errors were encountered: