This commit is contained in:
Daniel 2025-06-09 18:15:00 +08:00
parent aa04451278
commit 0b24f4fee1
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -1692,6 +1692,7 @@ func (tx *Transaction) doAddAttrViewView(operation *Operation) (ret *TxErr) {
view.ID = operation.ID
attrView.Views = append(attrView.Views, view)
attrView.ViewID = view.ID
node.AttributeViewType = string(view.LayoutType)
if err = av.SaveAttributeView(attrView); err != nil {
logging.LogErrorf("save attribute view [%s] failed: %s", avID, err)