This commit is contained in:
Daniel 2025-07-25 12:10:39 +08:00
parent cbddce4d25
commit ddba6b1fd8
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -62,8 +62,7 @@ func removeAttributeViewGroup(avID, blockID string) (err error) {
return err
}
view.Group, view.Groups = nil, nil
view.Group, view.Groups, view.GroupUpdated = nil, nil, 0
err = av.SaveAttributeView(attrView)
if err != nil {
logging.LogErrorf("save attribute view [%s] failed: %s", avID, err)