mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-09-22 08:30:42 +02:00
🎨 Database grouping by field https://github.com/siyuan-note/siyuan/issues/10964
This commit is contained in:
parent
b138ff9d7f
commit
287edba74c
1 changed files with 2 additions and 1 deletions
|
@ -1519,8 +1519,9 @@ func renderAttributeView(attrView *av.AttributeView, blockID, viewID, query stri
|
|||
regenAttrViewViewGroups(attrView, "force")
|
||||
av.SaveAttributeView(attrView)
|
||||
}
|
||||
}
|
||||
|
||||
groupKey := view.GetGroupKey(attrView)
|
||||
if groupKey := view.GetGroupKey(attrView); nil != groupKey {
|
||||
for _, groupView := range view.Groups {
|
||||
switch groupView.GroupValue {
|
||||
case groupValueDefault:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue