From 6d1deb508fa99e8e3ee39567caf49a8787d0884c Mon Sep 17 00:00:00 2001 From: kazlaw Date: Wed, 30 Oct 2024 16:36:30 +0300 Subject: [PATCH 1/4] HSC-348: Added allergies-overview-widget to patient summary dashboard --- configs/openmrs/frontend_config/ozone-frontend-config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configs/openmrs/frontend_config/ozone-frontend-config.json b/configs/openmrs/frontend_config/ozone-frontend-config.json index 39f3684..c7879fb 100644 --- a/configs/openmrs/frontend_config/ozone-frontend-config.json +++ b/configs/openmrs/frontend_config/ozone-frontend-config.json @@ -267,7 +267,8 @@ "extensionSlots": { "patient-chart-summary-dashboard-slot": { "add": [ - "attachments-overview-widget" + "attachments-overview-widget", + "allergies-overview-widget" ] } } From f0276a4d6d464754f264e693ce2e3401dbd4ce29 Mon Sep 17 00:00:00 2001 From: Kazooba B Lawrence <36139599+kazlaw@users.noreply.github.com> Date: Tue, 5 Nov 2024 14:50:05 +0300 Subject: [PATCH 2/4] Update ozone-frontend-config.json --- configs/openmrs/frontend_config/ozone-frontend-config.json | 1 - 1 file changed, 1 deletion(-) diff --git a/configs/openmrs/frontend_config/ozone-frontend-config.json b/configs/openmrs/frontend_config/ozone-frontend-config.json index c7879fb..cc21079 100644 --- a/configs/openmrs/frontend_config/ozone-frontend-config.json +++ b/configs/openmrs/frontend_config/ozone-frontend-config.json @@ -267,7 +267,6 @@ "extensionSlots": { "patient-chart-summary-dashboard-slot": { "add": [ - "attachments-overview-widget", "allergies-overview-widget" ] } From 22c7a1ed467e45b822d58f8c9af1103f2ba209ce Mon Sep 17 00:00:00 2001 From: Kazooba B Lawrence <36139599+kazlaw@users.noreply.github.com> Date: Tue, 5 Nov 2024 15:07:21 +0300 Subject: [PATCH 3/4] Update ozone-frontend-config.json --- configs/openmrs/frontend_config/ozone-frontend-config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/openmrs/frontend_config/ozone-frontend-config.json b/configs/openmrs/frontend_config/ozone-frontend-config.json index cc21079..c7879fb 100644 --- a/configs/openmrs/frontend_config/ozone-frontend-config.json +++ b/configs/openmrs/frontend_config/ozone-frontend-config.json @@ -267,6 +267,7 @@ "extensionSlots": { "patient-chart-summary-dashboard-slot": { "add": [ + "attachments-overview-widget", "allergies-overview-widget" ] } From accf3eb3d8c3a48f3790239b1a4d4020d0149713 Mon Sep 17 00:00:00 2001 From: Kazooba B Lawrence <36139599+kazlaw@users.noreply.github.com> Date: Tue, 5 Nov 2024 15:18:13 +0300 Subject: [PATCH 4/4] Update ozone-frontend-config.json --- configs/openmrs/frontend_config/ozone-frontend-config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/openmrs/frontend_config/ozone-frontend-config.json b/configs/openmrs/frontend_config/ozone-frontend-config.json index c7879fb..ec9af09 100644 --- a/configs/openmrs/frontend_config/ozone-frontend-config.json +++ b/configs/openmrs/frontend_config/ozone-frontend-config.json @@ -268,7 +268,7 @@ "patient-chart-summary-dashboard-slot": { "add": [ "attachments-overview-widget", - "allergies-overview-widget" + "allergies-details-widget" ] } }