Commit e44555b8 authored by GoshaZotov's avatar GoshaZotov

fix bug 32516 - Cannot read property 'Oa' of null при сортировке данных в...

fix bug 32516 - Cannot read property 'Oa' of null при сортировке данных в Format as Table двумя пользователями
parent 45bd3a8c
......@@ -1679,9 +1679,10 @@
isCellIdString = true;
}
if(displayName !== undefined)
var curFilter = this._getFilterByDisplayName(displayName);
if(null !== curFilter)
{
curFilter = this._getFilterByDisplayName(displayName);
filterRef = curFilter.Ref;
if(cellId !== '')
......
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