From 76c27d982089482ed3a7c0d528f0d4f755f6c126 Mon Sep 17 00:00:00 2001 From: 5Amogh Date: Tue, 9 Dec 2025 08:17:31 +0530 Subject: [PATCH 1/2] fix: added missing env --- scripts/ci-prebuild.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/ci-prebuild.js b/scripts/ci-prebuild.js index 389fe728..4f1c8c1f 100755 --- a/scripts/ci-prebuild.js +++ b/scripts/ci-prebuild.js @@ -62,6 +62,8 @@ const defaultEnvValues = { TRACKER_URL: 'https://matomo.piramalswasthya.org/', TRACKING_PLATFORM: 'matomo', TRACKING_ENABLED: 'true', + ENABLE_CHO_REPORT_BUTTON: true, + DHIS_URL: '', }; // Generate output data From b5474a94de36bc2909b07f3f59aed9804fb75695 Mon Sep 17 00:00:00 2001 From: 5Amogh Date: Wed, 10 Dec 2025 12:19:45 +0530 Subject: [PATCH 2/2] fix: amm-2001 close btn addition --- Common-UI | 2 +- scripts/ci-prebuild.js | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/Common-UI b/Common-UI index 27a185ba..93c91570 160000 --- a/Common-UI +++ b/Common-UI @@ -1 +1 @@ -Subproject commit 27a185ba15fbefd6333683f5a6bf8495b837f3af +Subproject commit 93c915707165d8ebeefa5c62cc087b08184b261a diff --git a/scripts/ci-prebuild.js b/scripts/ci-prebuild.js index bafc9847..b3da3723 100755 --- a/scripts/ci-prebuild.js +++ b/scripts/ci-prebuild.js @@ -63,11 +63,7 @@ const defaultEnvValues = { TRACKING_PLATFORM: 'matomo', TRACKING_ENABLED: 'true', ENABLE_CHO_REPORT_BUTTON: true, -<<<<<<< HEAD - DHIS_URL: '', -======= DHIS_URL:'', ->>>>>>> e464f3e0cc33b0c1b85ce0e33eeaa02475db70fb }; // Generate output data