mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 14:40:12 +01:00
✨ Database kanban view https://github.com/siyuan-note/siyuan/issues/8873
Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
parent
4fe334a9f8
commit
404068b91b
4 changed files with 22 additions and 18 deletions
|
|
@ -2788,6 +2788,7 @@ func (tx *Transaction) doDuplicateAttrViewView(operation *Operation) (ret *TxErr
|
|||
view.Kanban.CardSize = masterView.Kanban.CardSize
|
||||
view.Kanban.FitImage = masterView.Kanban.FitImage
|
||||
view.Kanban.DisplayFieldName = masterView.Kanban.DisplayFieldName
|
||||
view.Kanban.FillColBackgroundColor = masterView.Kanban.FillColBackgroundColor
|
||||
view.Kanban.ShowIcon = masterView.Kanban.ShowIcon
|
||||
view.Kanban.WrapField = masterView.Kanban.WrapField
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue