[SSE] Debug pivot settings.

This commit is contained in:
Julia Radzhabova 2017-07-12 16:11:46 +03:00
parent 2c89aa3adb
commit 4f6b9e45aa

View file

@ -362,7 +362,7 @@ define([
value : name, value : name,
tip : (name.length>10) ? name : '' tip : (name.length>10) ? name : ''
})); }));
isChecked[name] = true; isChecked[names[index]] = true;
} }
}); });
this.valuesList.store.reset(arr); this.valuesList.store.reset(arr);