This commit is contained in:
Daniel 2025-07-26 16:11:52 +08:00
parent 19485ca720
commit 3e0d825437
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -3838,6 +3838,10 @@ func updateAttributeViewColumn(operation *Operation) (err error) {
}
}
for _, view := range attrView.Views {
removeAttributeViewGroup0(view)
}
err = av.SaveAttributeView(attrView)
return
}