mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-24 07:54:07 +01:00
🎨 Improve av https://github.com/siyuan-note/siyuan/issues/15553
This commit is contained in:
parent
1b9013ed0e
commit
94d37ae47e
1 changed files with 1 additions and 1 deletions
|
|
@ -4499,7 +4499,7 @@ func regenAttrViewGroups(attrView *av.AttributeView, keyID string) {
|
||||||
}
|
}
|
||||||
|
|
||||||
if "force" != keyID {
|
if "force" != keyID {
|
||||||
if av.KeyTypeTemplate != groupKey.Type && av.KeyTypeCreated != groupKey.Type && av.KeyTypeUpdated != groupKey.Type &&
|
if av.KeyTypeTemplate != groupKey.Type && av.KeyTypeRollup != groupKey.Type && av.KeyTypeCreated != groupKey.Type && av.KeyTypeUpdated != groupKey.Type &&
|
||||||
view.Group.Field != keyID {
|
view.Group.Field != keyID {
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue