mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-19 23:32:17 +02: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["recordsFiltered"] = $oSet->Count();
|
||||||
$aResult["data"] = [];
|
$aResult["data"] = [];
|
||||||
while ($aObject = $oSet->FetchAssoc()) {
|
while ($aObject = $oSet->FetchAssoc()) {
|
||||||
|
$aObj = [];
|
||||||
foreach ($aClassAliases as $sAlias => $sClass) {
|
foreach ($aClassAliases as $sAlias => $sClass) {
|
||||||
if (isset($aObject[$sAlias])) {
|
if (isset($aObject[$sAlias])) {
|
||||||
$aObj[$sAlias."/_key_"] = $aObject[$sAlias]->GetKey();
|
$aObj[$sAlias."/_key_"] = $aObject[$sAlias]->GetKey();
|
||||||
|
|||||||
Reference in New Issue
Block a user