-
Notifications
You must be signed in to change notification settings - Fork 21
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
A user that is granted permissions to a dashboard cannot grant permissions to others for the dashboard #346
Comments
@emtwo How do you grant a user permissions to edit a dashboard? I am not seeing anything in the menus of a dashboard. |
@alison985 This is how it looks like if I create a dashboard on stage: I wonder if this is a permission issue for you? Looking at the code it uses showPermissionsControl which ends up being set in the Redash settings system via the environment variable |
Yep, that configuration setting allowed me to see "Manage Permissions" in the menu. This is reproducible against upstream master. Submitted PR against upstream: getredash#2650 |
Merged upstream! ✨ |
STR:
Actual result: Silent failure. The user seems to be in the list but they don't have permissions to edit
Expected result: The permissions should either be added or an error is given that explains "permission denied"
The text was updated successfully, but these errors were encountered: