Commit 1d0b0e20 authored by Aurel's avatar Aurel

syncml : forgot one more method to wait for before running synchronization

parent 7560aaf4
......@@ -382,6 +382,7 @@ class SynchronizationTool(BaseTool):
after_tag="%s_reset" %(subscription.getPath(),),
activity="SQLQueue",
after_method_id=('processServerSynchronization',
'getAndIndex',
'SQLCatalog_indexSyncMLDocumentList'),
priority=ACTIVITY_PRIORITY,
tag=subscription.getRelativeUrl()).sendMessage(str(syncml_response))
......
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