Commit c9841092 authored by Boris Kocherov's avatar Boris Kocherov

[erp5_only_office] improve error information

parent cb9023ff
......@@ -285,6 +285,9 @@
return this.getDeclaredGadget("olap_wizard")
.push(function (gadget) {
return gadget.rerender();
})
.push(undefined, function (err) {
console.error(err);
});
})
.declareMethod("render", function (opt) {
......
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