浏览代码

:art: Support floating window to open related database when filling in the database relation field https://github.com/siyuan-note/siyuan/issues/10915

Daniel 1 年之前
父节点
当前提交
65cdd1a319
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      kernel/model/attribute_view.go

+ 3 - 0
kernel/model/attribute_view.go

@@ -64,6 +64,9 @@ func GetAttributeViewPrimaryKeyValues(avID, keyword string, page, pageSize int)
 		return
 		return
 	}
 	}
 	attributeViewName = attrView.Name
 	attributeViewName = attrView.Name
+	if "" == attributeViewName {
+		attributeViewName = Conf.language(105)
+	}
 
 
 	databaseBlockIDs = treenode.GetMirrorAttrViewBlockIDs(avID)
 	databaseBlockIDs = treenode.GetMirrorAttrViewBlockIDs(avID)