@overmap-ai/core 1.0.67-service-fixes.0 → 1.0.67-service-fixes.1
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
|
@@ -5939,7 +5939,8 @@ class FormSubmissionService extends BaseUploadService {
|
|
|
5939
5939
|
description: "Delete user form submissions",
|
|
5940
5940
|
method: HttpMethod.PATCH,
|
|
5941
5941
|
url: `/forms/submissions/${updatedSubmission.offline_id}/`,
|
|
5942
|
-
payload
|
|
5942
|
+
// TODO: send just payload when FormSubmissionDeserializer is updated to handle partial updates
|
|
5943
|
+
payload: updatedSubmission,
|
|
5943
5944
|
blockers: [updatedSubmission.offline_id],
|
|
5944
5945
|
blocks: [updatedSubmission.offline_id]
|
|
5945
5946
|
});
|