This commit is contained in:
Daniel 2023-07-15 21:36:35 +08:00
parent eb69659faa
commit 3a7e0cd014
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
2 changed files with 46 additions and 0 deletions

View file

@ -251,6 +251,8 @@ func performTx(tx *Transaction) (ret *TxErr) {
ret = tx.doRemoveAttrViewColOption(op)
case "updateAttrViewColOption":
ret = tx.doUpdateAttrViewColOption(op)
case "setAttrViewColCalc":
ret = tx.doSetAttrViewColCalc(op)
}
if nil != ret {