This commit is contained in:
Daniel 2025-07-27 19:36:46 +08:00
parent e91a8b0619
commit cf0467a7ac
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -4862,6 +4862,7 @@ func updateAttributeViewColumnOption(operation *Operation) (err error) {
}
}
regenAttrViewViewGroups(attrView, operation.ID)
err = av.SaveAttributeView(attrView)
return
}