From 6b2ab4f6b61c40f125cc3f5f71c170803a05e872 Mon Sep 17 00:00:00 2001 From: Parvathy Babu <102500787+parvathy00@users.noreply.github.com> Date: Mon, 22 Jul 2024 10:50:02 +0530 Subject: [PATCH] BAH-3058 | Add. Config To Specify Actions For WaitList Appointments (#145) --- openmrs/apps/appointments/app.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/openmrs/apps/appointments/app.json b/openmrs/apps/appointments/app.json index ca9ce6da2..5bd12c54f 100644 --- a/openmrs/apps/appointments/app.json +++ b/openmrs/apps/appointments/app.json @@ -47,7 +47,8 @@ "allowedActions": ["CheckedIn", "Completed", "Missed", "Cancelled"], "allowedActionsByStatus": { "Scheduled": ["CheckedIn", "Missed", "Cancelled"], - "CheckedIn": ["Completed", "Missed", "Cancelled"] + "CheckedIn": ["Completed", "Missed", "Cancelled"], + "WaitList": ["Cancelled"] }, "colorsForListView": { "Missed": "#fceab6",