🎨 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

View File

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