mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-04 15:58:49 +01:00
🎨 The database date field supports filling the current time by default https://github.com/siyuan-note/siyuan/issues/10823
This commit is contained in:
parent
9bdf885763
commit
66e2b0eaa7
3 changed files with 62 additions and 11 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue