mirror of
https://github.com/documize/community.git
synced 2025-07-22 22:59:43 +02:00
Add team to dropdown, activity translation map, use team not organization in name
This commit is contained in:
parent
ca2611c50b
commit
4178b2946f
5 changed files with 30 additions and 4 deletions
|
@ -184,6 +184,7 @@ type trelloBoard struct {
|
|||
Purple string `json:"purple"`
|
||||
} `json:"labelNames"`
|
||||
Included bool `json:"included"` // indicates whether we display this board
|
||||
NamePath string `json:"namePath"` // the "team / board" form
|
||||
}
|
||||
|
||||
type trelloBoardBackground struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue