mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
user picker should only include users from current org (#10845)
This commit is contained in:
committed by
Torkel Ödegaard
parent
864e2647db
commit
a86f2fa34b
@@ -95,7 +95,10 @@ type UpdateOrgUserCommand struct {
|
||||
// QUERIES
|
||||
|
||||
type GetOrgUsersQuery struct {
|
||||
OrgId int64
|
||||
OrgId int64
|
||||
Query string
|
||||
Limit int
|
||||
|
||||
Result []*OrgUserDTO
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user