mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-20 17:18:51 +02:00
Fix broken menus on search from dashlet header statistics
SVN:trunk[5811]
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user