From b1a1f3e438932c269a88ab7c0c597144e410e449 Mon Sep 17 00:00:00 2001 From: Dennis Kigen Date: Fri, 17 Nov 2023 22:26:49 +0300 Subject: [PATCH] Rename the patient list app and add new patient lists workspace app See https://github.com/openmrs/openmrs-esm-patient-management/pull/884. --- 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 c2f05f4f5..ecffbe99d 100644 --- a/frontend/spa-build-config.json +++ b/frontend/spa-build-config.json @@ -24,7 +24,8 @@ "@openmrs/esm-active-visits-app": "next", "@openmrs/esm-appointments-app": "next", "@openmrs/esm-service-queues-app": "next", - "@openmrs/esm-patient-list-app": "next", + "@openmrs/esm-patient-lists-app": "next", + "@openmrs/esm-patient-list-management-app": "next", "@openmrs/esm-patient-registration-app": "next", "@openmrs/esm-patient-search-app": "next", "@openmrs/esm-openconceptlab-app": "next",