Commit 04bddc2a authored by Cédric Le Ninivin's avatar Cédric Le Ninivin

erp5_cribjs_bootloader: Fix concurrency issue in Landingjs

parent 2ff38e2b
/*jslint nomen: true, indent: 2, maxerr: 3 */ /*jslint nomen: true, indent: 2, maxerr: 100 */
/*global window, rJS, RSVP, jIO, fetch, Promise, document, console, Blob /*global window, rJS, RSVP, jIO, fetch, Promise, document, console, Blob
, JSZip */ , JSZip */
(function (rJS, RSVP, JSZip, jIO) { (function (rJS, RSVP, JSZip, jIO) {
...@@ -194,10 +194,10 @@ ...@@ -194,10 +194,10 @@
g.props.element = element; g.props.element = element;
}) })
.push(function () { .push(function () {
return RSVP.all([ return getStorageGadget(g);
getStorageGadget(g), })
g.render({}) .push(function () {
]); return g.render({});
}); });
}); });
}(rJS, RSVP, JSZip, jIO)); }(rJS, RSVP, JSZip, jIO));
\ No newline at end of file
...@@ -246,7 +246,7 @@ ...@@ -246,7 +246,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>985.28733.40646.48861</string> </value> <value> <string>986.42796.39428.22971</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -264,7 +264,7 @@ ...@@ -264,7 +264,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1595496969.04</float> <float>1600272806.2</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