mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-05 16:28:49 +01:00
🎨 Support hiding database table view title https://github.com/siyuan-note/siyuan/issues/10478
This commit is contained in:
parent
ec46cbfce7
commit
7dcdcfb0d3
3 changed files with 33 additions and 3 deletions
|
|
@ -277,6 +277,8 @@ func performTx(tx *Transaction) (ret *TxErr) {
|
|||
ret = tx.doUpdateAttrViewColRelation(op)
|
||||
case "updateAttrViewColRollup":
|
||||
ret = tx.doUpdateAttrViewColRollup(op)
|
||||
case "hideAttrViewName":
|
||||
ret = tx.doHideAttrViewName(op)
|
||||
}
|
||||
|
||||
if nil != ret {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue