Commit 48e897b6 authored by Boris Kocherov's avatar Boris Kocherov Committed by Romain Courteaud

[erp5_only_office] olap_wizard: fill cells only if connection_name filled

parent 9fb3e6e9
......@@ -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