mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-17 07:00:12 +01:00
Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
parent
693f1d598c
commit
14fe40eaae
2 changed files with 5 additions and 1 deletions
|
|
@ -565,6 +565,10 @@ func GetFurtherCollections(attrView *av.AttributeView, cachedAttrViews map[strin
|
|||
continue
|
||||
}
|
||||
|
||||
if nil == kv.Key.Rollup {
|
||||
continue
|
||||
}
|
||||
|
||||
relKey, _ := attrView.GetKey(kv.Key.Rollup.RelationKeyID)
|
||||
if nil == relKey {
|
||||
continue
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue