mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-09-22 00:20:47 +02:00
🎨 Database date field supports filling the current time by default Fix https://github.com/siyuan-note/siyuan/issues/10823
This commit is contained in:
parent
573f04c1ee
commit
5e94afe346
3 changed files with 5 additions and 2 deletions
|
@ -655,6 +655,7 @@ func renderAttributeViewTable(attrView *av.AttributeView, view *av.View) (ret *a
|
|||
Template: key.Template,
|
||||
Relation: key.Relation,
|
||||
Rollup: key.Rollup,
|
||||
Date: key.Date,
|
||||
Wrap: col.Wrap,
|
||||
Hidden: col.Hidden,
|
||||
Width: col.Width,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue