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

[erp5_officejs] Add OR on erp5 configurator query

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