N°3914 Fix highlighted rows highlighting following rows too

This commit is contained in:
Stephen Abello
2021-06-04 10:07:31 +02:00
parent 1b58d9b801
commit bf22c8b67a

View File

@@ -312,6 +312,7 @@ class AjaxRenderController
$aResult["recordsFiltered"] = $oSet->Count();
$aResult["data"] = [];
while ($aObject = $oSet->FetchAssoc()) {
$aObj = [];
foreach ($aClassAliases as $sAlias => $sClass) {
if (isset($aObject[$sAlias])) {
$aObj[$sAlias."/_key_"] = $aObject[$sAlias]->GetKey();