mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-24 17:26:10 +01:00
🎨 Add Rollup column to database table view https://github.com/siyuan-note/siyuan/issues/9958
This commit is contained in:
parent
be4ebe776d
commit
93dc9f5c22
3 changed files with 50 additions and 2 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue