N°2847 - Dashlet fix header dynamic

This commit is contained in:
Eric
2020-10-30 10:39:58 +01:00
parent a70ed7fcc2
commit f3e47a15f6
2 changed files with 13 additions and 1 deletions

View File

@@ -1291,7 +1291,7 @@ JS
: 0;
if ($aCounts[$sStateValue] == 0) {
$aCounts[$sStateValue] = '-';
$aCounts[$sStateValue] = ['link' => '-', 'label' => $aCounts[$sStateValue]];;
} else {
$oSingleGroupByValueFilter = $this->m_oFilter->DeepClone();
$oSingleGroupByValueFilter->AddCondition($sStateAttrCode, $sStateValue, '=');