1
0
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:
Scott Bishel 2022-07-11 06:01:46 -06:00 committed by GitHub
parent f2be7ebdf1
commit 573ea54153
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,