This commit is contained in:
Daniel 2025-07-28 23:39:00 +08:00
parent 155b2de260
commit 396450a2ec
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
2 changed files with 5 additions and 1 deletions

View file

@ -1006,6 +1006,7 @@ func syncDelete2AttributeView(node *ast.Node) (changedAvIDs []string) {
}
if changedAv {
regenAttrViewViewGroups(attrView, "force")
av.SaveAttributeView(attrView)
changedAvIDs = append(changedAvIDs, avID)
}