Access control: Display inherited folder permissions in dashboards (#46421)

This commit is contained in:
Karl Persson
2022-03-17 17:08:51 +01:00
committed by GitHub
parent fb17b9f545
commit 4df7bf5ab2
13 changed files with 142 additions and 129 deletions
@@ -482,7 +482,7 @@ func TestApi_UidSolver(t *testing.T) {
}
}
func withSolver(options Options, solver uidSolver) Options {
func withSolver(options Options, solver UidSolver) Options {
options.UidSolver = solver
return options
}