Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enable showing upcoming appointments on the visit note #810

Merged
merged 1 commit into from
May 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions frontend/config-core_demo.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"@openmrs/esm-styleguide": {
"Brand color #1": "#005d5d"
"@openmrs/esm-patient-chart-app": {
"showUpcomingAppointments": true
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

enabling this configures the visit note so that it will show upcoming appointments when entering a visit note. Seemed like it would make sense to turn this on in the refapp for demo purposes? And this seems like the proper place to configure the refapp?

},
"@openmrs/esm-service-queues-app": {
"priorityConfigs": [
Expand Down Expand Up @@ -32,5 +32,8 @@
},
"visitQueueNumberAttributeUuid": "",
"defaultFacilityUrl": ""
},
"@openmrs/esm-styleguide": {
"Brand color #1": "#005d5d"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OCD, I alphabetized

}
}
Loading