mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-09-22 00:20:47 +02:00
🎨 Database grouping by field https://github.com/siyuan-note/siyuan/issues/10964
This commit is contained in:
parent
06139eb3cc
commit
e7a8a9906e
1 changed files with 0 additions and 8 deletions
|
@ -187,14 +187,6 @@ func SetAttributeViewGroup(avID, blockID string, group *av.ViewGroup) (err error
|
|||
}
|
||||
|
||||
view.Group = group
|
||||
for _, g := range view.Groups {
|
||||
if group.HideEmpty {
|
||||
g.GroupHidden = true
|
||||
} else {
|
||||
g.GroupHidden = false
|
||||
}
|
||||
}
|
||||
|
||||
genAttrViewViewGroups(view, attrView)
|
||||
return
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue