Fix broken menus on search from dashlet header statistics

SVN:trunk[5811]
This commit is contained in:
Eric Espié
2018-05-23 14:50:17 +00:00
parent 0a44f34c2c
commit 8de7ff5470

View File

@@ -334,12 +334,12 @@ $(function()
_onGetData: function(oData)
{
var bHasToReturnNull = true;
this.options.values.forEach(function (oValue) {
for (oValue in this.options.values) {
if (oValue.value != '')
{
bHasToReturnNull = false;
}
});
};
if (bHasToReturnNull)
{
return null;