mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-12 23:14:18 +01:00
Align FormTable row metadata forwarding with Datatables/StaticTables ones
This commit is contained in:
@@ -462,7 +462,7 @@ try {
|
||||
}
|
||||
break;
|
||||
}
|
||||
$aTableRow['CSSClass'] = $sCSSRowClass;
|
||||
$aTableRow['@class'] = $sCSSRowClass;
|
||||
$aTableRow['line'] = sprintf("%0{$sMaxLen}d", 1 + $iLine + $iRealSkippedLines);
|
||||
$aTableRow['status'] = $sStatus;
|
||||
$aTableRow['object'] = $sUrl;
|
||||
|
||||
Reference in New Issue
Block a user