🎨 Database date field supports filling the current time by default Fix https://github.com/siyuan-note/siyuan/issues/10823

This commit is contained in:
Daniel 2024-04-05 21:46:41 +08:00
parent 573f04c1ee
commit 5e94afe346
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
3 changed files with 5 additions and 2 deletions

View file

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