add isAdmin to user model (#6231)

update vendor and add tests

fix swagger
This commit is contained in:
Lanre Adelowo
2019-03-03 23:57:24 +01:00
committed by techknowlogick
parent 8e202e28ad
commit 141c58f5a6
6 changed files with 28 additions and 2 deletions

View File

@ -211,6 +211,7 @@ func (u *User) APIFormat() *api.User {
Email: u.getEmail(),
AvatarURL: u.AvatarLink(),
Language: u.Language,
IsAdmin: u.IsAdmin,
}
}