mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-20 16:40:13 +01:00
🐛 Database filtering for specific dates not working Fix https://github.com/siyuan-note/siyuan/issues/10518
This commit is contained in:
parent
58b76e8926
commit
f01170c12a
1 changed files with 1 additions and 1 deletions
|
|
@ -805,7 +805,7 @@ func renderAttributeViewTable(attrView *av.AttributeView, view *av.View) (ret *a
|
||||||
for _, blockID := range relVal.Relation.BlockIDs {
|
for _, blockID := range relVal.Relation.BlockIDs {
|
||||||
destVal := destAv.GetValue(rollupKey.Rollup.KeyID, blockID)
|
destVal := destAv.GetValue(rollupKey.Rollup.KeyID, blockID)
|
||||||
if nil == destVal {
|
if nil == destVal {
|
||||||
destVal = GetAttributeViewDefaultValue(ast.NewNodeID(), rollupKey.Rollup.KeyID, blockID, destKey.Type)
|
continue
|
||||||
}
|
}
|
||||||
if av.KeyTypeNumber == destKey.Type {
|
if av.KeyTypeNumber == destKey.Type {
|
||||||
destVal.Number.Format = destKey.NumberFormat
|
destVal.Number.Format = destKey.NumberFormat
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue