mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-06 03:40:04 -06:00
🎨 The database rollup field supports using the template field https://github.com/siyuan-note/siyuan/issues/12384
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user