1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-23 23:29:42 +02:00

Add Since and ListTotal, make action names english

This commit is contained in:
Elliott Stoneham 2016-09-09 11:44:15 +01:00
parent 42704bdcca
commit 157263828d
2 changed files with 18 additions and 1 deletions

View file

@ -260,10 +260,13 @@ type trelloBoardAssign struct {
type trelloRender struct {
Boards []trelloRenderBoard
Since string
// items below are generated during the render phase
SharedLabels []trelloSharedLabel
MembersByID map[string]trelloMember
MemberBoardAssign []trelloBoardAssign
CardAssignTotal int
CardTotal int
ListTotal int
}