Commit f4b2cf71 authored by Boris Kocherov's avatar Boris Kocherov

demo xmla_connection fix form generations

parent 1d7ca526
......@@ -286,7 +286,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