1
0
Fork 0
mirror of https://github.com/anyproto/anytype-heart.git synced 2025-06-08 05:47:07 +09:00

GO-5279 import: fix type dataview update

This commit is contained in:
Roman Khafizianov 2025-04-03 19:38:51 +02:00
parent 717112c90b
commit 07a127478b
No known key found for this signature in database
GPG key ID: F07A7D55A2684852
3 changed files with 11 additions and 3 deletions

View file

@ -259,7 +259,7 @@ func (b *builtinObjects) importArchive(
importRequest := &importer.ImportRequest{
RpcObjectImportRequest: &pb.RpcObjectImportRequest{
SpaceId: spaceID,
UpdateExistingObjects: false,
UpdateExistingObjects: true,
Type: model.Import_Pb,
Mode: pb.RpcObjectImportRequest_ALL_OR_NOTHING,
NoProgress: progress == nil,