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

This commit is contained in:
Daniel 2024-04-04 11:33:51 +08:00
parent 9bdf885763
commit 66e2b0eaa7
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
3 changed files with 62 additions and 11 deletions

View file

@ -292,6 +292,8 @@ func performTx(tx *Transaction) (ret *TxErr) {
ret = tx.doUpdateAttrViewColRollup(op)
case "hideAttrViewName":
ret = tx.doHideAttrViewName(op)
case "setAttrViewColDate":
ret = tx.doSetAttrViewColDate(op)
}
if nil != ret {