Commit b715bb2b authored by Nicolas Delaby's avatar Nicolas Delaby

Use SQLQueue to prevent Grouping

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16332 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent dba844b6
...@@ -1703,5 +1703,5 @@ class XMLSyncUtils(XMLSyncUtilsMixin): ...@@ -1703,5 +1703,5 @@ class XMLSyncUtils(XMLSyncUtilsMixin):
def getActivityType(self, domain): def getActivityType(self, domain):
if domain.getActivityEnabled(): if domain.getActivityEnabled():
return 'SQLDict' return 'SQLQueue'
return 'RAMQueue' return 'RAMQueue'
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