mirror of
https://github.com/grafana/grafana.git
synced 2026-08-12 06:05:02 -05:00
added the UserWasRemoved flag to make api aware of what happened to return correct message to UI
This commit is contained in:
@@ -75,6 +75,7 @@ type RemoveOrgUserCommand struct {
|
||||
UserId int64
|
||||
OrgId int64
|
||||
ShouldDeleteOrphanedUser bool
|
||||
UserWasRemoved bool
|
||||
}
|
||||
|
||||
type AddOrgUserCommand struct {
|
||||
|
||||
Reference in New Issue
Block a user