N°1161 - Fix Dashlet Group By edition

SVN:trunk[5640]
This commit is contained in:
Eric Espié
2018-04-12 13:07:00 +00:00
parent 35663281fa
commit 7bcde47081

View File

@@ -108,11 +108,8 @@ $(function()
{
oWidget = $(this).data('itopSelector_property_field');
}
if (oWidget && $(this).is(':visible'))
{
var oVal = oWidget._get_committed_value();
oParams[oVal.name] = oVal.value;
}
var oVal = oWidget._get_committed_value();
oParams[oVal.name] = oVal.value;
});
oParams.dashlet_id = this.options.dashlet_id;