@overmap-ai/core 1.0.51-bulk-form-submission.2 → 1.0.51-bulk-form-submission.3
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
|
@@ -3645,7 +3645,7 @@ const selectLatestFormRevisionsOfComponentTypes = restructureCreateSelectorWithA
|
|
|
3645
3645
|
const ret = {};
|
|
3646
3646
|
for (const form of Object.values(userForms)) {
|
|
3647
3647
|
if (form.component_type && componentTypeIdsSet.has(form.component_type)) {
|
|
3648
|
-
formsOfComponentTypes[form.
|
|
3648
|
+
formsOfComponentTypes[form.offline_id] = form;
|
|
3649
3649
|
}
|
|
3650
3650
|
}
|
|
3651
3651
|
for (const revision of Object.values(revisions)) {
|