N°1716 - "Group by" Dashlet is no more clickable in edition

This commit is contained in:
Eric
2019-01-03 17:47:27 +01:00
parent b82b095f58
commit ad36011fc8
3 changed files with 25 additions and 0 deletions

View File

@@ -1272,6 +1272,10 @@ abstract class DashletGroupBy extends Dashlet
$sBlockId = 'block_'.$this->sId.($bEditMode ? '_edit' : ''); // make a unique id (edition occuring in the same DOM)
$oBlock = new DisplayBlock($oFilter, $sType);
$oBlock->Display($oPage, $sBlockId, array_merge($aExtraParams, $aParams));
if($bEditMode)
{
$oPage->add('<div class="dashlet-blocker"></div>');
}
$oPage->add('</div>');
}
}