From 9ae199795fc56027f918c9014825cdc923c3b7dc Mon Sep 17 00:00:00 2001 From: AJAL ODORA JONATHAN <43242517+ODORA0@users.noreply.github.com> Date: Wed, 17 Apr 2024 12:37:41 +0300 Subject: [PATCH 1/2] (fix) Add RFE app and remove ohri-core to the spa-config --- frontend/spa-build-config.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/frontend/spa-build-config.json b/frontend/spa-build-config.json index 211521fef..08aba4b5f 100644 --- a/frontend/spa-build-config.json +++ b/frontend/spa-build-config.json @@ -9,7 +9,6 @@ "@ugandaemr/esm-hiv-app": "next", "@ugandaemr/esm-outpatient-app": "next", "@openmrs/esm-appointments-app": "next", - "@openmrs/esm-form-entry-app": "next", "@ugandaemr/esm-data-visualizer-app": "next", "@ugandaemr/esm-theatre-app": "next", "@openmrs/esm-devtools-app": "next", @@ -45,8 +44,8 @@ "@ohri/openmrs-esm-ohri-form-render-app": "next", "@ugandaemr/esm-ugandaemr-exchange-app": "next", "@openmrs/esm-billing-app": "next", - "@ohri/openmrs-esm-ohri-core-app": "next", - "@ohri/openmrs-esm-ohri-opd-app": "next" + "@ohri/openmrs-esm-ohri-opd-app": "next", + "@openmrs/esm-form-engine-app": "next" }, "spaPath": "$SPA_PATH", "apiUrl": "$API_URL", From 08ed75464acd11b71c96d20cc15c7af12732d4c0 Mon Sep 17 00:00:00 2001 From: AJAL ODORA JONATHAN <43242517+ODORA0@users.noreply.github.com> Date: Wed, 17 Apr 2024 14:25:24 +0300 Subject: [PATCH 2/2] Add esm-patient-labs-app --- frontend/spa-build-config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/spa-build-config.json b/frontend/spa-build-config.json index 08aba4b5f..6297c8149 100644 --- a/frontend/spa-build-config.json +++ b/frontend/spa-build-config.json @@ -45,7 +45,8 @@ "@ugandaemr/esm-ugandaemr-exchange-app": "next", "@openmrs/esm-billing-app": "next", "@ohri/openmrs-esm-ohri-opd-app": "next", - "@openmrs/esm-form-engine-app": "next" + "@openmrs/esm-form-engine-app": "next", + "@openmrs/esm-patient-labs-app": "next" }, "spaPath": "$SPA_PATH", "apiUrl": "$API_URL",