mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-22 10:08:45 +02:00
N°1161 - Fix Dashlet Group By edition
SVN:trunk[5640]
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user