-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[Canvas] Fixes Error 500 on the workpad update. #111683
Conversation
@elasticmachine merge upstream |
@elasticmachine merge upstream |
@elasticmachine merge upstream |
@elastic/kibana-app-services, could you, please, overview this PR. Thanks a lot) |
@elasticmachine merge upstream |
@elastic/kibana-app-services, could you, please, overview this PR. Thanks a lot) |
@elastic/kibana-app-services, could you, please, overview this PR. Thanks a lot) |
@elasticmachine merge upstream |
@elastic/kibana-app-services, could you, please, overview this PR. Thanks a lot) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please add a test for it as well. LGTM
@elasticmachine merge upstream |
💚 Build SucceededMetrics [docs]Page load bundle
History
To update your PR or re-run it, just comment with: cc @Kunzetsov |
* Fixed bug with treating null argument as the expression function. * Added a test for checking if a null argument is processeded correctly. Co-authored-by: Kibana Machine <[email protected]>
💚 Backport successful
This backport PR will be merged automatically after passing CI. |
* Fixed bug with treating null argument as the expression function. * Added a test for checking if a null argument is processeded correctly. Co-authored-by: Kibana Machine <[email protected]> Co-authored-by: Yaroslav Kuznietsov <[email protected]>
Closes: #111682.
The value of some arguments can be null, and
walkAst
function was treating it as an argument of typeexpression
. This behavior was fixed at current PR.