Skip to content

Commit

Permalink
Removed logo config overrides and update stock management to -> @open…
Browse files Browse the repository at this point in the history
…mrs/esm-stock-management-app
  • Loading branch information
Amos Laboso committed Feb 21, 2024
1 parent 515bd2a commit 2d91d48
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 65 deletions.
64 changes: 0 additions & 64 deletions frontend/ohri-config.json
Original file line number Diff line number Diff line change
@@ -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"
}
Expand Down
2 changes: 1 addition & 1 deletion frontend/spa-assemble-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": []
Expand Down

0 comments on commit 2d91d48

Please sign in to comment.