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:
@@ -95,7 +95,7 @@ type HasEditPermissionInFoldersQuery struct {
|
||||
Result bool
|
||||
}
|
||||
|
||||
type HasAdminPermissionInFoldersQuery struct {
|
||||
type HasAdminPermissionInDashboardsOrFoldersQuery struct {
|
||||
SignedInUser *SignedInUser
|
||||
Result bool
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user