Commit 5fba43e2 authored by Gabriel Monnerat's avatar Gabriel Monnerat

erp5_web_renderjs_ui: catching CancellationError is not needed

parent e955690c
...@@ -25,12 +25,6 @@ ...@@ -25,12 +25,6 @@
} }
}); });
}) })
.push(undefined, function (error) {
if (error instanceof RSVP.CancellationError) {
return;
}
throw error;
})
.push(function () { .push(function () {
var restore_filter_input = gadget.element.querySelectorAll("input")[0]; var restore_filter_input = gadget.element.querySelectorAll("input")[0];
restore_filter_input.disabled = false; restore_filter_input.disabled = false;
......
...@@ -246,7 +246,7 @@ ...@@ -246,7 +246,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>994.34216.56985.42257</string> </value> <value> <string>994.34220.36018.63146</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>1630610672.97</float> <float>1630610878.23</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