mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-20 08:30:12 +01:00
🎨 The database rollup field supports duplicating as a copy https://github.com/siyuan-note/siyuan/issues/15417
This commit is contained in:
parent
f4ad69faa9
commit
d86f20bcdb
1 changed files with 1 additions and 1 deletions
|
|
@ -3529,7 +3529,7 @@ func duplicateAttributeViewKey(operation *Operation) (err error) {
|
|||
return
|
||||
}
|
||||
|
||||
if av.KeyTypeBlock == key.Type || av.KeyTypeRelation == key.Type || av.KeyTypeRollup == key.Type {
|
||||
if av.KeyTypeBlock == key.Type || av.KeyTypeRelation == key.Type {
|
||||
return
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue