Skip to content

Commit 77fd025

Browse files
committed
🎨 Database grouping by field #10964
1 parent 18c6e7b commit 77fd025

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

kernel/model/attribute_view.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1541,6 +1541,8 @@ func renderAttributeView(attrView *av.AttributeView, blockID, viewID, query stri
15411541
groupView.Name = fmt.Sprintf(Conf.language(263), 7)
15421542
case groupValueNext30Days:
15431543
groupView.Name = fmt.Sprintf(Conf.language(263), 30)
1544+
default:
1545+
groupView.Name = groupView.GroupValue
15441546
}
15451547
}
15461548
}

0 commit comments

Comments
 (0)