mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 22:50:13 +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
|
|
@ -8,7 +8,7 @@ require (
|
||||||
github.com/88250/epub v0.0.0-20230830085737-c19055cd1f48
|
github.com/88250/epub v0.0.0-20230830085737-c19055cd1f48
|
||||||
github.com/88250/go-humanize v0.0.0-20240424102817-4f78fac47ea7
|
github.com/88250/go-humanize v0.0.0-20240424102817-4f78fac47ea7
|
||||||
github.com/88250/gulu v1.2.3-0.20251208021445-f93f2666eaac
|
github.com/88250/gulu v1.2.3-0.20251208021445-f93f2666eaac
|
||||||
github.com/88250/lute v1.7.7-0.20251211085057-5dfbe6f3e1ec
|
github.com/88250/lute v1.7.7-0.20251211090232-ba74c9a8ff4e
|
||||||
github.com/88250/vitess-sqlparser v0.0.0-20210205111146-56a2ded2aba1
|
github.com/88250/vitess-sqlparser v0.0.0-20210205111146-56a2ded2aba1
|
||||||
github.com/ClarkThan/ahocorasick v0.0.0-20231011042242-30d1ef1347f4
|
github.com/ClarkThan/ahocorasick v0.0.0-20231011042242-30d1ef1347f4
|
||||||
github.com/ConradIrwin/font v0.2.1
|
github.com/ConradIrwin/font v0.2.1
|
||||||
|
|
|
||||||
|
|
@ -565,6 +565,10 @@ func GetFurtherCollections(attrView *av.AttributeView, cachedAttrViews map[strin
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if nil == kv.Key.Rollup {
|
||||||
|
continue
|
||||||
|
}
|
||||||
|
|
||||||
relKey, _ := attrView.GetKey(kv.Key.Rollup.RelationKeyID)
|
relKey, _ := attrView.GetKey(kv.Key.Rollup.RelationKeyID)
|
||||||
if nil == relKey {
|
if nil == relKey {
|
||||||
continue
|
continue
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue