diff --git a/src/frontend/src/components/DialogTaskActions.jsx b/src/frontend/src/components/DialogTaskActions.jsx index 194c1fe385..4b9a0f4579 100755 --- a/src/frontend/src/components/DialogTaskActions.jsx +++ b/src/frontend/src/components/DialogTaskActions.jsx @@ -211,7 +211,7 @@ export default function Dialog({ taskId, feature, map, view }) { ); if (isMobile) { - document.location.href = `odkcollect://form/${projectInfo.xform_id}?task_id=${taskId}`; + document.location.href = `odkcollect://form/${projectInfo.xform_id}?task_filter=${taskId}`; } else { dispatch( CommonActions.SetSnackBar({ diff --git a/src/frontend/src/components/ProjectDetailsV2/FeatureSelectionPopup.tsx b/src/frontend/src/components/ProjectDetailsV2/FeatureSelectionPopup.tsx index e7a6411334..a0b5b64ecc 100644 --- a/src/frontend/src/components/ProjectDetailsV2/FeatureSelectionPopup.tsx +++ b/src/frontend/src/components/ProjectDetailsV2/FeatureSelectionPopup.tsx @@ -168,7 +168,7 @@ const TaskFeatureSelectionPopup = ({ if (isMobile) { // Load entity in ODK Collect by intent - document.location.href = `odkcollect://form/${xformId}?task_id=${taskId}&existing=${entityUuid}`; + document.location.href = `odkcollect://form/${xformId}?existing=${entityUuid}`; } else { dispatch( CommonActions.SetSnackBar({