mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-10 15:35:59 +01:00
Added group description field to account
This commit is contained in:
@@ -89,7 +89,8 @@ class AvatarImageProviderSpec extends Specification with Mockito {
|
||||
lastLoginDate = None,
|
||||
image = image,
|
||||
isGroupAccount = false,
|
||||
isRemoved = false)
|
||||
isRemoved = false,
|
||||
groupDescription = None)
|
||||
|
||||
private def createSystemSettings(useGravatar: Boolean) =
|
||||
SystemSettings(
|
||||
|
||||
Reference in New Issue
Block a user