mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
AccessControl: Replace IsEnterprise checks with license checks (#49572)
This commit is contained in:
@@ -119,6 +119,8 @@ type GetOrgUsersQuery struct {
|
||||
OrgId int64
|
||||
Query string
|
||||
Limit int
|
||||
// Flag used to allow oss edition to query users without access control
|
||||
DontEnforceAccessControl bool
|
||||
|
||||
User *SignedInUser
|
||||
Result []*OrgUserDTO
|
||||
|
||||
Reference in New Issue
Block a user