Commit 4d4d8524 authored by Nicolas Wavrant's avatar Nicolas Wavrant

erp5_officejs: move reload from configurator_page to sync_page also when using the local storage

parent 1c3ea83d
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
return gadget.setSetting('jio_storage_name', "LOCAL"); return gadget.setSetting('jio_storage_name', "LOCAL");
}) })
.push(function () { .push(function () {
return gadget.reload(); return gadget.setSetting('sync_reload', true);
}) })
.push(function () { .push(function () {
return gadget.redirect({page: 'sync', auto_repair: 'true'}); return gadget.redirect({page: 'sync', auto_repair: 'true'});
......
...@@ -230,7 +230,7 @@ ...@@ -230,7 +230,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>954.38525.9614.27067</string> </value> <value> <string>956.25761.13498.989</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -248,7 +248,7 @@ ...@@ -248,7 +248,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1476437867.08</float> <float>1483450981.89</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