Commit 7e77a7e7 authored by Boris Kocherov's avatar Boris Kocherov

[erp5_only_office] fix cube functions: use xmla_request_retry always

parent d1f2f425
......@@ -332,7 +332,7 @@ function (window, RSVP, Xmla, console) {
}
prop.statement = "SELECT " + mdx.join("*") +
" ON 0 FROM [" + settings["cube"] + "]";
return xmla_request("execute", prop);
return xmla_request_retry("execute", prop);
})
.push(function (dataset) {
var cellset = dataset.getCellset(),
......
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