-
Notifications
You must be signed in to change notification settings - Fork 12.2k
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
Can't update permissions on role #13507
Labels
Milestone
Comments
Same thing, but with dashboards: |
jschill
added a commit
that referenced
this issue
Oct 3, 2018
bergquist
added a commit
that referenced
this issue
Oct 3, 2018
Fix issue with updating role permissions #13507
bergquist
pushed a commit
to bergquist/grafana
that referenced
this issue
Oct 3, 2018
(cherry picked from commit 97802f3)
bergquist
added a commit
that referenced
this issue
Oct 3, 2018
ryantxu
added a commit
to ryantxu/grafana
that referenced
this issue
Oct 3, 2018
* grafana/master: (85 commits) changelog: set date for 5.3.0-beta3 release build: fix for invalid pathing for release publisher changlog: adds note about closing grafana#13551 and grafana#13507 test: updated react snapshot ux: minor tweak to link stackdriver: adds missing nginject attribute Fix issue with updating role permissions grafana#13507 fixed toggle buttons build: automatically publish releases to grafana.com. updated after pr feedback Revert "Revert "Org users to react"" Revert "Org users to react" added slow queries scenario to test data source, added new panel test dashboard with slow queries Fix "appropriate"-typo Update configuration doc to include socket@server wip: began work on support for testdata tables & annotations support changelog: adds note about closing grafana#13492 better comment about state changes get or create alert notification should use transaction use notification state id instead of notifier id ...
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Recent redux migration caused some issues with updating role permissions (sends the same permissions many times).
problem line is here:
https://github.com/grafana/grafana/blob/master/public/app/features/folders/state/actions.ts#L113
The text was updated successfully, but these errors were encountered: