feat: show display name on members (#492)

* feat: show display name on members

* fix: generate proto
This commit is contained in:
Fabi
2020-07-22 14:21:41 +02:00
committed by GitHub
parent 351aac22f8
commit c66d9d3490
22 changed files with 2770 additions and 2691 deletions

View File

@@ -13,6 +13,7 @@ type ProjectGrantMemberView struct {
Email string
FirstName string
LastName string
DisplayName string
Roles []string
CreationDate time.Time
ChangeDate time.Time

View File

@@ -12,6 +12,7 @@ type ProjectMemberView struct {
Email string
FirstName string
LastName string
DisplayName string
Roles []string
CreationDate time.Time
ChangeDate time.Time