Skip to content

Commit 85204c9

Browse files
88250Elroy Wang
authored andcommitted
🎨 The database rollup field supports duplicating as a copy siyuan-note#15417
1 parent c313d11 commit 85204c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kernel/model/attribute_view.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3529,7 +3529,7 @@ func duplicateAttributeViewKey(operation *Operation) (err error) {
35293529
return
35303530
}
35313531

3532-
if av.KeyTypeBlock == key.Type || av.KeyTypeRelation == key.Type || av.KeyTypeRollup == key.Type {
3532+
if av.KeyTypeBlock == key.Type || av.KeyTypeRelation == key.Type {
35333533
return
35343534
}
35353535

0 commit comments

Comments
 (0)