mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
N°3914 Fix highlighted rows highlighting following rows too
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user