Skip to content

Commit

Permalink
Update the patient chart config to order order basket action first (#876
Browse files Browse the repository at this point in the history
)
  • Loading branch information
vasharma05 authored Jan 16, 2025
1 parent 33d5d60 commit 173a9f9
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion frontend/config-core_demo.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
{
"@openmrs/esm-patient-chart-app": {
"restrictByVisitLocationTag": true,
"showUpcomingAppointments": true
"showUpcomingAppointments": true,
"extensionSlots": {
"action-menu-patient-chart-items-slot": {
"order": ["order-basket-action-menu"]
}
}
},
"@openmrs/esm-ward-app": {
"extensionSlots": {
"action-menu-ward-patient-items-slot": {
"add": ["order-basket-action-menu"]
}
}
},
"@openmrs/esm-service-queues-app": {
"priorityConfigs": [
Expand Down

0 comments on commit 173a9f9

Please sign in to comment.