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