This commit is contained in:
Daniel 2025-07-25 19:17:58 +08:00
parent b15489a4cf
commit 7787ac6e1d
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
2 changed files with 47 additions and 3 deletions

View file

@ -305,6 +305,8 @@ func performTx(tx *Transaction) (ret *TxErr) {
ret = tx.doSyncAttrViewTableColWidth(op)
case "removeAttrViewGroup":
ret = tx.doRemoveAttrViewGroup(op)
case "sortAttrViewGroup":
ret = tx.doSortAttrViewGroup(op)
}
if nil != ret {