Commit 0de55a2c authored by Boris Kocherov's avatar Boris Kocherov

[erp5_only_office] fix remote connection form

parent c35b998d
......@@ -266,7 +266,7 @@
if (action === "render") {
if ("urn:jio:properties_from_xmla.connection.json" === url) {
connection_path = p.split('/').slice(0, -1).join('/');
connection_path = p.split('/').slice(0, -2).join('/');
g.props.xmla_connections[connection_path] = scope.split('_').slice(0, -1).join('_');
}
// action `render` fake change so do nothing
......
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