🎨 Add Relation column to database table view https://github.com/siyuan-note/siyuan/issues/9888
This commit is contained in:
parent
072a55db7c
commit
c385471078
1 changed files with 4 additions and 0 deletions
|
@ -109,6 +109,10 @@ func SearchAttributeView(keyword string, page int, pageSize int) (ret []*SearchA
|
|||
if nil != baseBlock {
|
||||
hPath = baseBlock.HPath
|
||||
}
|
||||
box := Conf.Box(node.Box)
|
||||
if nil != box {
|
||||
hPath = box.Name + hPath
|
||||
}
|
||||
|
||||
if !exist {
|
||||
ret = append(ret, &SearchAttributeViewResult{
|
||||
|
|
Loading…
Add table
Reference in a new issue