This commit is contained in:
Daniel 2025-08-05 17:32:37 +08:00
parent 8d593833ab
commit d3ec7aa4bb
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -509,6 +509,8 @@ func ChangeAttrViewLayout(blockID, avID string, layout av.LayoutType) (err error
}
}
regenAttrViewViewGroups(attrView, "force")
if err = av.SaveAttributeView(attrView); nil != err {
logging.LogErrorf("save attribute view [%s] failed: %s", avID, err)
return