Browse Source

: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 year ago
parent
commit
65cdd1a319
1 changed files with 3 additions and 0 deletions
  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
 	}
 	attributeViewName = attrView.Name
+	if "" == attributeViewName {
+		attributeViewName = Conf.language(105)
+	}
 
 	databaseBlockIDs = treenode.GetMirrorAttrViewBlockIDs(avID)