浏览代码

:bug: Database filtering for specific dates not working Fix https://github.com/siyuan-note/siyuan/issues/10518

Daniel 1 年之前
父节点
当前提交
f01170c12a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      kernel/treenode/node.go

+ 1 - 1
kernel/treenode/node.go

@@ -805,7 +805,7 @@ func renderAttributeViewTable(attrView *av.AttributeView, view *av.View) (ret *a
 				for _, blockID := range relVal.Relation.BlockIDs {
 					destVal := destAv.GetValue(rollupKey.Rollup.KeyID, blockID)
 					if nil == destVal {
-						destVal = GetAttributeViewDefaultValue(ast.NewNodeID(), rollupKey.Rollup.KeyID, blockID, destKey.Type)
+						continue
 					}
 					if av.KeyTypeNumber == destKey.Type {
 						destVal.Number.Format = destKey.NumberFormat