Commit 8a90f451 authored by Boris Kocherov's avatar Boris Kocherov

[erp5_only_office] make olap_wizard form rerenderable

parent 946e66f5
......@@ -329,6 +329,12 @@
})
.allowPublicAcquisition("notifyInvalid", function (arr, scope) {
})
.declareMethod("rerender", function () {
return this.getDeclaredGadget("olap_wizard")
.push(function (gadget) {
return gadget.rerender();
});
})
.declareMethod("render", function (opt) {
var g = this;
if (!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