mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-09-22 00:20:47 +02:00
🎨 The database rollup field supports using the template field https://github.com/siyuan-note/siyuan/issues/12384
This commit is contained in:
parent
f2dda8b389
commit
00d559f9d9
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue