Commit 4acaddff authored by Vincent Bechu's avatar Vincent Bechu

[erp5_officejs] Remove query on type in erp5 configurator

parent 405c91d0
...@@ -24,8 +24,7 @@ ...@@ -24,8 +24,7 @@
type: "replicate", type: "replicate",
// XXX This drop the signature lists... // XXX This drop the signature lists...
query: { query: {
query: '(portal_type:"' + portal_type + '") OR' + query: 'portal_type:"' + portal_type + '"',
'(type: "' + portal_type + '")',
limit: [0, 50], limit: [0, 50],
sort_on: [["modification_date", "descending"]] sort_on: [["modification_date", "descending"]]
}, },
......
...@@ -273,7 +273,7 @@ ...@@ -273,7 +273,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>961.20819.29292.33143</string> </value> <value> <string>961.22099.5660.20138</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -291,7 +291,7 @@ ...@@ -291,7 +291,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1502379914.74</float> <float>1502460802.37</float>
<string>UTC</string> <string>UTC</string>
</tuple> </tuple>
</state> </state>
......
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