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

This commit is contained in:
Daniel 2024-04-07 11:43:58 +08:00
parent 36bed84802
commit 65cdd1a319
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -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)