Commit 405c91d0 authored by Vincent Bechu's avatar Vincent Bechu

[erp5_officejs] Add OR on erp5 configurator query

parent 864d9c13
...@@ -24,7 +24,7 @@ ...@@ -24,7 +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 + '") ' + query: '(portal_type:"' + portal_type + '") OR' +
'(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.17867.21127.13738</string> </value> <value> <string>961.20819.29292.33143</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>1502378126.76</float> <float>1502379914.74</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