Skip to content

Commit

Permalink
BAH-3058 | Add. Config To Specify Actions For WaitList Appointments (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
parvathy00 authored Jul 22, 2024
1 parent ea7e3d7 commit 6b2ab4f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion openmrs/apps/appointments/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 6b2ab4f

Please sign in to comment.