Skip to content

Commit 16c2ac8

Browse files
authored
U4X-935: Auto start & syncing of Analytics Data To Central ServerTask
1 parent 9a7c7ef commit 16c2ac8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

api/src/main/resources/moduleApplicationContext.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,9 @@
5757
</bean>
5858

5959
<bean id="locationTypeTranslator" class="org.openmrs.module.fhir2.api.translators.impl.LocationTypeTranslatorImpl"/>
60+
61+
<bean id="org.openmrs.module.ugandaemrsync.tasks.SendAnalyticsDataToCentralServerTask"
62+
class="org.openmrs.module.ugandaemrsync.tasks.SendAnalyticsDataToCentralServerTask"
63+
scope="prototype"/>
64+
6065
</beans>

0 commit comments

Comments
 (0)