Commit b14dda81 authored by Papa Tamsir Kane's avatar Papa Tamsir Kane

erp5_officejs: Bookmark Manager, fix query in dropbox configurator

* Prepend portal type
parent 373858b2
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
}) })
.push(function (setting) { .push(function (setting) {
if (setting[2] === null) { if (setting[2] === null) {
setting[2] = setting[0]; setting[2] = 'portal_type:"' + setting[0] + '" ';
} }
var configuration = {}, var configuration = {},
attachment_synchro = setting[1] !== ""; attachment_synchro = setting[1] !== "";
......
...@@ -242,7 +242,7 @@ ...@@ -242,7 +242,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>962.6956.19499.59221</string> </value> <value> <string>962.8929.48130.35925</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -260,7 +260,7 @@ ...@@ -260,7 +260,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1505479600.23</float> <float>1505596910.83</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