teams: editors can't remove the last admin from a team.

This commit is contained in:
Leonard Gram
2019-03-12 16:59:39 +01:00
parent 8593668ab2
commit 21d3d27452
6 changed files with 65 additions and 6 deletions

View File

@@ -42,9 +42,10 @@ type UpdateTeamMemberCommand struct {
}
type RemoveTeamMemberCommand struct {
OrgId int64 `json:"-"`
UserId int64
TeamId int64
OrgId int64 `json:"-"`
UserId int64
TeamId int64
ProtectLastAdmin bool `json:"-"`
}
// ----------------------