Commit 9fa97e0d authored by Boris Kocherov's avatar Boris Kocherov

[erp5_only_office] olap_wizard: fill cells only if connection_name filled

parent 372a35c6
......@@ -116,6 +116,10 @@ DocsAPI.DocEditor.version = function () {
return repeats * members.length * span;
}
if (!data.connection_name) {
return;
}
return RSVP.Queue()
.push(function () {
// var active = s.GetActiveCell();
......
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