From 5abd8ebf74dcc6977aff68ef6395a44919fe6157 Mon Sep 17 00:00:00 2001 From: Ryan Birmingham Date: Tue, 5 Sep 2023 15:15:08 -0400 Subject: [PATCH] go to collection viewer instead of pitfalls table --- apps/labeling/pitfalls.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/labeling/pitfalls.js b/apps/labeling/pitfalls.js index f8b64c532..a23a4894d 100644 --- a/apps/labeling/pitfalls.js +++ b/apps/labeling/pitfalls.js @@ -178,7 +178,7 @@ async function initialize() { // direct user away if they don't have access if (getUserInfo().userType == "Participant"){ alert("Error: Your user account type, 'Participant', does not have permission to contribute to ROI selection. If you were assigned an ROI selection task and need to change your account type, please contact Brandon.Gallas@fda.hhs.gov."); - window.location = `./pitfallsTable.html?collectionId=${$D.params.collectionId}`; + window.location = "../collection/viewer.html"; } // if (!$D.ROI) redirect($D.pages.table, 'There Is No Label Data, Return Home Page.', 0);