Commit 2396131d authored by Cédric Le Ninivin's avatar Cédric Le Ninivin

erp5_officejs: Fix Synchronization Query

parent 36d170b6
...@@ -15,10 +15,10 @@ ...@@ -15,10 +15,10 @@
type: "replicate", type: "replicate",
// XXX This drop the signature lists... // XXX This drop the signature lists...
query: { query: {
query: 'portal_type:' + portal_type query: 'portal_type:"' + portal_type
// XX Synchonizing the whole module is too much, here is a way to start quietly // XX Synchonizing the whole module is too much, here is a way to start quietly
// Supsended until modification_date is handled for synchronization // Supsended until modification_date is handled for synchronization
+ ' AND modification_date:>="' + '" AND modification_date:>="'
+ old_date.toISOString() + '" ', + old_date.toISOString() + '" ',
limit: [0, 1234567890] limit: [0, 1234567890]
}, },
......
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