This commit is contained in:
Daniel 2025-08-22 11:05:12 +08:00
parent 85800b8085
commit 980cf25745
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
2 changed files with 79 additions and 1 deletions

View file

@ -1751,7 +1751,7 @@ func genAttrViewGroups(view *av.View, attrView *av.AttributeView) {
groupItemsMap := map[string][]av.Item{}
for _, item := range items {
value := item.GetValue(group.Field)
if value.IsEmpty() {
if value.IsBlank() {
groupItemsMap[groupValueDefault] = append(groupItemsMap[groupValueDefault], item)
continue
}