From 2d91d4811f4b135046c641a52454c73746fff069 Mon Sep 17 00:00:00 2001 From: Amos Laboso Date: Wed, 21 Feb 2024 11:24:22 +0300 Subject: [PATCH] Removed logo config overrides and update stock management to -> @openmrs/esm-stock-management-app --- frontend/ohri-config.json | 64 ------------------------------- frontend/spa-assemble-config.json | 2 +- 2 files changed, 1 insertion(+), 65 deletions(-) diff --git a/frontend/ohri-config.json b/frontend/ohri-config.json index cb7d172b4..3a70556d3 100644 --- a/frontend/ohri-config.json +++ b/frontend/ohri-config.json @@ -1,68 +1,4 @@ { - "@openmrs/esm-patient-chart-app": { - "extensionSlots": { - "patient-chart-dashboard-slot": { - "remove": [] - }, - "action-menu-chart-items-slot": { - "remove": [] - } - }, - "notesConceptUuids": ["161011AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "437d1e25-e7ab-481c-aabc-01f21c6cdef1"], - "logo": { - "src": "ohri_logo_dark.svg" - } - }, - "@openmrs/esm-patient-banner-app": { - "extensionSlots": { - "patient-actions-slot": { - "remove": [] - } - } - }, - "@ohri/openmrs-esm-ohri-core-app": { - "extensionSlots": { - "ohri-dashboard-appointments-slot": { - "add": [ - "clinical-appointments-dashboard" - ] - } - } - }, - "@openmrs/esm-styleguide": { - "Brand color #1": "#1A3054", - "Brand color #2": "#131E35", - "Brand color #3": "#0078A6" - }, - "@openmrs/esm-primary-navigation-app": { - "extensionSlots": { - "app-menu-slot": { - "remove": [] - } - }, - "logo": { - "src": "ohri_logo_dark.svg" - } - }, - "@openmrs/esm-dispensing-app": { - "appName": "Dispensing" - }, - "@openmrs/esm-login-app": { - "logo": { - "src": "ohri_logo_light.svg" - } - }, - "@ohri/openmrs-esm-ohri-pmtct": { - "identifiers": { - "preferredIdentifierSource": "8549f706-7e85-4c1d-9424-217d50a2988b" - }, - "encounterTypes": { - "antenatal": "677d1a80-dbbe-4399-be34-aa7f54f11405", - "laborAndDelivery": "6dc5308d-27c9-4d49-b16f-2c5e3c759757", - "infantPostnatal": "af1f1b24-d2e8-4282-b308-0bf79b365584", - "motherPostnatal": "269bcc7f-04f8-4ddc-883d-7a3a0d569aad" - } - }, "@openmrs/esm-billing-app": { "defaultCurrency":"UGX" } diff --git a/frontend/spa-assemble-config.json b/frontend/spa-assemble-config.json index b16d55505..eb94ff4c8 100644 --- a/frontend/spa-assemble-config.json +++ b/frontend/spa-assemble-config.json @@ -35,7 +35,7 @@ "@openmrs/esm-fast-data-entry-app": "next", "@openmrs/esm-cohort-builder-app": "next", "@openmrs/esm-form-builder-app": "next", - "@ugandaemr/esm-stock-management-app": "next", + "@openmrs/esm-stock-management-app": "next", "@openmrs/esm-billing-app": "next" }, "excludedFrontendModules": []