Commit ab172680 authored by Roque's avatar Roque

erp5_officejs: fix linshare storage

parent c1deaaed
......@@ -86,7 +86,7 @@
return gadget.setSetting('jio_storage_description', configuration);
})
.push(function () {
return gadget.setSetting('jio_storage_name', options.name);
return gadget.setSetting('jio_storage_name', options.name || "LINSHARE");
})
.push(function () {
return gadget.setSetting('sync_reload', true);
......
......@@ -236,7 +236,7 @@
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>973.43371.54750.44595</string> </value>
<value> <string>981.42114.58215.33843</string> </value>
</item>
<item>
<key> <string>state</string> </key>
......@@ -254,7 +254,7 @@
</tuple>
<state>
<tuple>
<float>1550139619.39</float>
<float>1580919827.44</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