-
Notifications
You must be signed in to change notification settings - Fork 2.8k
handle invalid keys in permission builder #3863
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
Conversation
|
Review app for commit 8f96d19 deployed to Heroku: https://hge-ci-pull-3863.herokuapp.com |
|
Review app for commit 726c4e5 deployed to Heroku: https://hge-ci-pull-3863.herokuapp.com |
|
Review app for commit cd1f38a deployed to Heroku: https://hge-ci-pull-3863.herokuapp.com |
|
Review app for commit 77c185f deployed to Heroku: https://hge-ci-pull-3863.herokuapp.com |
|
Review app https://hge-ci-pull-3863.herokuapp.com is deleted |
…#3863) * handle non-existent column names * handle invalid _exist operator expression keys * handle non-array values for _and/_or operators
* handle invalid keys in permission builder (close hasura#3848) (hasura#3863) * handle non-existent column names * handle invalid _exist operator expression keys * handle non-array values for _and/_or operators * console: show pre-release update notifications with opt out option (hasura#3888)
Description
Permission builer breaks when:
Affected components
Related Issues
#3848
Solution and Design
Steps to test and verify
Limitations, known bugs & workarounds