mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-24 02:20:13 +01:00
🎨 Database grouping by field https://github.com/siyuan-note/siyuan/issues/10964
This commit is contained in:
parent
89dc7c62e7
commit
4e6365fe77
1 changed files with 3 additions and 0 deletions
|
|
@ -1488,6 +1488,9 @@ func genGroup(view *av.View, attrView *av.AttributeView) {
|
|||
case av.LayoutTypeGallery:
|
||||
v = av.NewGalleryView()
|
||||
v.Gallery = av.NewLayoutGallery()
|
||||
default:
|
||||
logging.LogWarnf("unknown layout type [%s] for group view", view.LayoutType)
|
||||
return
|
||||
}
|
||||
for _, item := range groupItems {
|
||||
v.GroupItemIDs = append(v.GroupItemIDs, item.GetID())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue