We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
#15099
Bug was due to returning nil, nil and not handling properly. We generally never do that, should be refactored to be consistent with other controllers.
The text was updated successfully, but these errors were encountered:
Note to myself, while fixing this take a look at the linked PR and add tests for those cases that were addressed in there.
Sorry, something went wrong.
Merge pull request #15927 from soltysh/issue_15103
2b81cd2
Automatic merge from submit-queue (batch tested with PRs 15927, 16283, 16239, 16271, 16287) Fix getByKey to return all errors Fixes #15103. @smarterclayton || @deads2k ptal
soltysh
No branches or pull requests
#15099
Bug was due to returning nil, nil and not handling properly. We generally never do that, should be refactored to be consistent with other controllers.
The text was updated successfully, but these errors were encountered: