Commit f95bda8a authored by Aurel's avatar Aurel

syncml : fix method-id that indexed data in the after_method_id so that order...

syncml : fix method-id that indexed data in the after_method_id so that order of synchronization is followed
parent 5a85bc7c
......@@ -81,7 +81,7 @@ class SyncMLAsynchronousEngine(EngineMixin):
# Make sure it is launched after indexation step
self.runGetAndActivate(subscription=subscription, tag=tag,
after_method_id=("getAndIndex",
"SQLCatalog_indexSyncMLSignatureList"))
"SQLCatalog_indexSyncMLDocumentList"))
syncml_logger.info("X-> Client is sendind modification in activities")
# As we generated all activities to send data at once, process must not
# go back here, go into processing state thus status will be applied and
......
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