Commit 4fbd2845 authored by Romain Courteaud's avatar Romain Courteaud

erp5_web_renderjs_ui: fixup: do not hide potential errors

parent 6fe073d8
...@@ -25,10 +25,7 @@ ...@@ -25,10 +25,7 @@
// as user may have modified the input value // as user may have modified the input value
render_timestamp: new Date().getTime() render_timestamp: new Date().getTime()
}; };
return this.changeState(state_dict) return this.changeState(state_dict);
.push(function (error) {
return error;
});
}) })
.onStateChange(function () { .onStateChange(function () {
......
...@@ -234,7 +234,7 @@ ...@@ -234,7 +234,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>984.21007.60264.8891</string> </value> <value> <string>989.18529.59782.32597</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -252,7 +252,7 @@ ...@@ -252,7 +252,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1591187553.92</float> <float>1610440472.18</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