Skip to content

Commit

Permalink
O3-2204 - Bump queue module to latest snapshot to resolve frontend de… (
Browse files Browse the repository at this point in the history
  • Loading branch information
mseaton authored Mar 22, 2024
1 parent 95c8a5e commit c80d3f4
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
2 changes: 1 addition & 1 deletion distro/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<owa.version>1.14.0</owa.version>
<attachments.version>3.1.0</attachments.version>
<referencedemodata.version>2.4.0</referencedemodata.version>
<queue.version>2.3.0</queue.version>
<queue.version>2.4.0-SNAPSHOT</queue.version>
<appointments.version>2.0.0-20231101.130425-7</appointments.version>
<teleconsultation.version>2.0.0-20230831.113926-1</teleconsultation.version>
<cohort.version>3.7.1</cohort.version>
Expand Down
31 changes: 31 additions & 0 deletions frontend/config-core_demo.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
{
"@openmrs/esm-styleguide": {
"Brand color #1": "#005d5d"
},
"@openmrs/esm-service-queues-app": {
"priorityConfigs": [
{
"conceptUuid": "04f6f7e0-e3cb-4e13-a133-4479f759574e",
"tagClassName": "tag",
"tagType": "red"
}
],
"statusConfigs": [
{
"conceptUuid": "51ae5e4d-b72b-4912-bf31-a17efb690aeb",
"iconComponent": "InProgress"
},
{
"conceptUuid": "ca7494ae-437f-4fd0-8aae-b88b9a2ba47d",
"iconComponent": "Group"
},
{
"conceptUuid": "b559fb77-4e1e-4285-b9b7-1d03e0ba983f",
"iconComponent": "Group"
}
],
"concepts": {
"defaultPriorityConceptUuid": "f4620bfa-3625-4883-bd3f-84c2cce14470",
"emergencyPriorityConceptUuid": "04f6f7e0-e3cb-4e13-a133-4479f759574e",
"defaultStatusConceptUuid": "51ae5e4d-b72b-4912-bf31-a17efb690aeb",
"defaultTransitionStatus": "ca7494ae-437f-4fd0-8aae-b88b9a2ba47d"
},
"visitQueueNumberAttributeUuid": "",
"defaultFacilityUrl": ""
}
}

0 comments on commit c80d3f4

Please sign in to comment.