Skip to content

Commit

Permalink
Add config to show came early appointments in past dates (#320)
Browse files Browse the repository at this point in the history
  • Loading branch information
CynthiaKamau authored Dec 21, 2023
1 parent c0c9cbe commit c2983b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions configuration/dev-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"remove": ["patient-flag-tags"]
},
"patient-chart-summary-dashboard-slot": {
"remove": ["biometrics-overview-widget","vitals-overview-widget"]
"remove": ["biometrics-overview-widget", "vitals-overview-widget"]
}
},
"showServiceQueueFields": true,
Expand Down Expand Up @@ -393,7 +393,7 @@
"remove": ["cancelled-appointments-panel"],
"configure": {
"early-appointments-panel": {
"showForPastDate": false,
"showForPastDate": true,
"showForFutureDate": false
},
"expected-appointments-panel": {
Expand Down
2 changes: 1 addition & 1 deletion configuration/prod-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@
"remove": ["cancelled-appointments-panel"],
"configure": {
"early-appointments-panel": {
"showForPastDate": false,
"showForPastDate": true,
"showForFutureDate": false
},
"expected-appointments-panel": {
Expand Down

0 comments on commit c2983b3

Please sign in to comment.