🎨 The database rollup field supports using the template field https://github.com/siyuan-note/siyuan/issues/12384

This commit is contained in:
Daniel 2025-08-06 11:34:29 +08:00
parent f2dda8b389
commit 00d559f9d9
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -55,6 +55,7 @@ func renderView(attrView *av.AttributeView, view *av.View, query string, depth *
return return
} }
*depth++
switch view.LayoutType { switch view.LayoutType {
case av.LayoutTypeTable: case av.LayoutTypeTable:
ret = RenderAttributeViewTable(attrView, view, query, depth) ret = RenderAttributeViewTable(attrView, view, query, depth)