Skip to content
This repository was archived by the owner on Jan 29, 2025. It is now read-only.

Commit 8184862

Browse files
committed
(fix) Update global properties tag
1 parent 50ec063 commit 8184862

File tree

1 file changed

+30
-30
lines changed

1 file changed

+30
-30
lines changed

distro/configuration/globalproperties/globalproperties-core_demo.xml

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -4,41 +4,41 @@
44
<property>referencedemodata.createDemoPatientsOnNextStartup</property>
55
<value>50</value>
66
</globalProperty>
7-
</globalProperties>
87

9-
<!-- Queue Configuration -->
8+
<!-- Queue Configuration -->
109

11-
<!-- https://app.openconceptlab.org/#/orgs/openmrs/sources/DemoQueueConcepts/concepts/DemoQueue-Service/ -->
12-
<globalProperty>
13-
<property>queue.serviceConceptSetName</property>
14-
<value>a8f3f64a-11d5-4a09-b0fb-c8118fa349f3</value>
15-
</globalProperty>
10+
<!-- https://app.openconceptlab.org/#/orgs/openmrs/sources/DemoQueueConcepts/concepts/DemoQueue-Service/ -->
11+
<globalProperty>
12+
<property>queue.serviceConceptSetName</property>
13+
<value>a8f3f64a-11d5-4a09-b0fb-c8118fa349f3</value>
14+
</globalProperty>
1615

17-
<!-- https://app.openconceptlab.org/#/orgs/openmrs/sources/DemoQueueConcepts/concepts/DemoQueue-Priority/ -->
18-
<globalProperty>
19-
<property>queue.priorityConceptSetName</property>
20-
<value>78063dec-b6d8-40c1-9483-dd4d3c3ca434</value>
21-
</globalProperty>
16+
<!-- https://app.openconceptlab.org/#/orgs/openmrs/sources/DemoQueueConcepts/concepts/DemoQueue-Priority/ -->
17+
<globalProperty>
18+
<property>queue.priorityConceptSetName</property>
19+
<value>78063dec-b6d8-40c1-9483-dd4d3c3ca434</value>
20+
</globalProperty>
2221

23-
<!-- https://app.openconceptlab.org/#/orgs/openmrs/sources/DemoQueueConcepts/concepts/DemoQueue-Status/ -->
24-
<globalProperty>
25-
<property>queue.statusConceptSetName</property>
26-
<value>d60ffa60-fca6-4c60-aea9-a79469ae65c7</value>
27-
</globalProperty>
22+
<!-- https://app.openconceptlab.org/#/orgs/openmrs/sources/DemoQueueConcepts/concepts/DemoQueue-Status/ -->
23+
<globalProperty>
24+
<property>queue.statusConceptSetName</property>
25+
<value>d60ffa60-fca6-4c60-aea9-a79469ae65c7</value>
26+
</globalProperty>
2827

29-
<!-- This requires that the sort weight for priority concepts be maintained in order of least to most urgent -->
30-
<globalProperty>
31-
<property>queue.sortWeightGenerator</property>
32-
<value>basicPrioritySortWeightGenerator</value>
33-
</globalProperty>
28+
<!-- This requires that the sort weight for priority concepts be maintained in order of least to most urgent -->
29+
<globalProperty>
30+
<property>queue.sortWeightGenerator</property>
31+
<value>basicPrioritySortWeightGenerator</value>
32+
</globalProperty>
3433

35-
<globalProperty>
36-
<property>concept.causeOfDeath</property>
37-
<value>9272a14b-7260-4353-9e5b-5787b5dead9d</value>
38-
</globalProperty>
34+
<globalProperty>
35+
<property>concept.causeOfDeath</property>
36+
<value>9272a14b-7260-4353-9e5b-5787b5dead9d</value>
37+
</globalProperty>
3938

40-
<globalProperty>
41-
<property>attachments.allowedFileExtensions</property>
42-
<value>jpeg,jpg,png</value>
43-
</globalProperty>
39+
<globalProperty>
40+
<property>attachments.allowedFileExtensions</property>
41+
<value>jpeg,jpg,png</value>
42+
</globalProperty>
43+
</globalProperties>
4444
</config>

0 commit comments

Comments
 (0)