Skip to content

Commit

Permalink
Set defalult global property for SchedulerMarksComplete and Scheduler…
Browse files Browse the repository at this point in the history
…MarksMissed to true to be able to run schedulers (#766)
  • Loading branch information
makombe authored Sep 11, 2024
1 parent d225374 commit 57ff4ff
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions configuration/globalproperties/appointments-properties.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<config>
<globalProperties>
<globalProperty>
<property>SchedulerMarksMissed</property>
<value>true</value>
</globalProperty>
<globalProperty>
<property>SchedulerMarksComplete</property>
<value>true</value>
</globalProperty>
</globalProperties>
</config>

0 comments on commit 57ff4ff

Please sign in to comment.