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 @@
type: "replicate",
// XXX This drop the signature lists...
query: {
query: '(portal_type:"' + portal_type + '") OR' +
'(type: "' + portal_type + '")',
query: 'portal_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.20819.29292.33143</string> </value>
<value> <string>961.22099.5660.20138</string> </value>
</item>
<item>
<key> <string>state</string> </key>
......@@ -291,7 +291,7 @@
</tuple>
<state>
<tuple>
<float>1502379914.74</float>
<float>1502460802.37</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