Преглед изворни кода

: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
 	}
 	attributeViewName = attrView.Name
+	if "" == attributeViewName {
+		attributeViewName = Conf.language(105)
+	}
 
 	databaseBlockIDs = treenode.GetMirrorAttrViewBlockIDs(avID)