Skip to content

Commit aa1952c

Browse files
Re-order the chart items (#46)
* Re-order chart items Re-order chart items and remove patients list * Remove the order basket
1 parent bcdca88 commit aa1952c

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

frontend/config-core-sdh-1dev.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
{
22
"@openmrs/esm-patient-chart-app": {
3-
"showUpcomingAppointments": true
3+
"showUpcomingAppointments": true,
4+
"extensionSlots": {
5+
"action-menu-patient-chart-items-slot": {
6+
"remove": [
7+
"patient-lists-action-menu"
8+
],
9+
"order": [
10+
"clinical-form-action-menu",
11+
"visit-note-nav-action"
12+
]
13+
}
14+
}
415
},
516
"@openmrs/esm-service-queues-app": {
617
"priorityConfigs": [

0 commit comments

Comments
 (0)