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:
parent
42704bdcca
commit
157263828d
2 changed files with 18 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue