Commit dd4d457b authored by Boris Kocherov's avatar Boris Kocherov

[erp5_only_office] rerender wizard form on remote settings change

parent 8a90f451
......@@ -182,6 +182,12 @@ DocsAPI.DocEditor.version = function () {
Asc.editor._onUpdateDocumentCanSave();
return gadget.changeState({changed: true});
})
.push(function () {
return gadget.getDeclaredGadget("xmlawizard");
})
.push(function (g) {
return g.rerender();
})
.push(undefined, function (e) {
console.error(e);
});
......
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