🎨 Add Rollup column to database table view https://github.com/siyuan-note/siyuan/issues/9958

This commit is contained in:
Daniel 2023-12-24 21:47:10 +08:00
parent be4ebe776d
commit 93dc9f5c22
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
3 changed files with 50 additions and 2 deletions

View file

@ -274,6 +274,8 @@ func performTx(tx *Transaction) (ret *TxErr) {
ret = tx.doSortAttrViewView(op)
case "updateAttrViewColRelation":
ret = tx.doUpdateAttrViewColRelation(op)
case "updateAttrViewColRollup":
ret = tx.doUpdateAttrViewColRollup(op)
}
if nil != ret {