Commit 749b771a authored by Boris Kocherov's avatar Boris Kocherov Committed by Romain Courteaud

[erp5_only_office] make olap_wizard form rerenderable

parent 7fb0df48
......@@ -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