-
Notifications
You must be signed in to change notification settings - Fork 2.8k
console: respect read-only mode in actions pages (close #4656) #4764
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
console: respect read-only mode in actions pages (close #4656) #4764
Conversation
|
Review app for commit 1bd1bb6 deployed to Heroku: https://hge-ci-pull-4764.herokuapp.com |
wawhal
left a comment
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.
Code looks good, just added some tiny nitpicks.
|
Deploy preview for hasura-docs ready! Built with commit 4d00f3f |
|
Review app for commit d5ba5de deployed to Heroku: https://hge-ci-pull-4764.herokuapp.com |
|
Review app for commit cd6bab8 deployed to Heroku: https://hge-ci-pull-4764.herokuapp.com |
beerose
left a comment
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.
console/src/components/Services/Actions/Common/components/HeaderConfEditor.js
Outdated
Show resolved
Hide resolved
console/src/components/Services/Actions/Permissions/Permissions.js
Outdated
Show resolved
Hide resolved
|
Review app for commit 55379c6 deployed to Heroku: https://hge-ci-pull-4764.herokuapp.com |
…o fix/Read-only-mode-in-Actions
|
Review app for commit d77a318 deployed to Heroku: https://hge-ci-pull-4764.herokuapp.com |
|
Review app for commit 42cfc6e deployed to Heroku: https://hge-ci-pull-4764.herokuapp.com |
console/src/components/Services/Actions/Common/components/HeaderConfEditor.js
Show resolved
Hide resolved
|
Review app for commit 6074358 deployed to Heroku: https://hge-ci-pull-4764.herokuapp.com |
|
Review app for commit cad78a5 deployed to Heroku: https://hge-ci-pull-4764.herokuapp.com |
|
Review app https://hge-ci-pull-4764.herokuapp.com is deleted |
Description
Actions in Hasura console will now respond to read only mode. This will hide/disable components when read only mode is enabled in the global state.
Changelog
CHANGELOG.mdis updated with user-facing content relevant to this PR.Affected components
Related Issues
close #4656
Solution and Design
Referring to Data and Remote Schema, read only mode is implemented.
Solution will
Steps to test and verify
&. Permissions