🎨 Improve database unbind block Improve database unbind block

This commit is contained in:
Daniel 2024-04-15 17:47:03 +08:00
parent 605e9e243a
commit 58c98ce697
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
2 changed files with 57 additions and 0 deletions

View file

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