Access Control: Allow dashboard admins to query org users (#51652)

* allow dashboard admins to query org users

* rename one more variable
This commit is contained in:
Ieva
2022-07-04 10:43:06 +01:00
committed by GitHub
parent 3df34fe064
commit 75873d05d7
10 changed files with 26 additions and 26 deletions
+1 -1
View File
@@ -95,7 +95,7 @@ type HasEditPermissionInFoldersQuery struct {
Result bool
}
type HasAdminPermissionInFoldersQuery struct {
type HasAdminPermissionInDashboardsOrFoldersQuery struct {
SignedInUser *SignedInUser
Result bool
}