Commit b55e379c authored by Aurel's avatar Aurel

syncml : send the first message once everything is indexed

parent fa2b231a
......@@ -381,6 +381,8 @@ class SynchronizationTool(BaseTool):
subscription.activate(
after_tag="%s_reset" %(subscription.getPath(),),
activity="SQLQueue",
after_method_id=('processServerSynchronization',
'SQLCatalog_indexSyncMLDocumentList'),
priority=ACTIVITY_PRIORITY,
tag=subscription.getRelativeUrl()).sendMessage(str(syncml_response))
else:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment