@overmap-ai/core 1.0.71-fields.11 → 1.0.71-fields.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/overmap-core.js
CHANGED
|
@@ -6660,7 +6660,8 @@ class DocumentAttachmentService extends BaseAttachmentService {
|
|
|
6660
6660
|
file_name: offlineAttachment.file_name,
|
|
6661
6661
|
file_sha1: offlineAttachment.file_sha1,
|
|
6662
6662
|
file_extension: filePayload.extension,
|
|
6663
|
-
description: offlineAttachment.description
|
|
6663
|
+
description: offlineAttachment.description,
|
|
6664
|
+
document: documentId
|
|
6664
6665
|
});
|
|
6665
6666
|
sha1ToAttachmentIds[filePayload.sha1].push(offlineAttachment.offline_id);
|
|
6666
6667
|
}
|