mirror of
https://github.com/mattermost/focalboard.git
synced 2025-01-23 18:34:02 +02:00
add BoardID to limited card (#3341)
This commit is contained in:
parent
f2be7ebdf1
commit
573ea54153
@ -227,6 +227,7 @@ func (b Block) GetLimited() Block {
|
||||
Title: b.Title,
|
||||
ID: b.ID,
|
||||
ParentID: b.ParentID,
|
||||
BoardID: b.BoardID,
|
||||
Schema: b.Schema,
|
||||
Type: b.Type,
|
||||
CreateAt: b.CreateAt,
|
||||
|
Loading…
x
Reference in New Issue
Block a user