mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 18:48:51 +02:00
N°5904 Fix undefined attribute when refreshing Datatables
This commit is contained in:
@@ -892,7 +892,7 @@ JS;
|
||||
];
|
||||
$aColumnDefinition["createdCell"] = <<<JS
|
||||
$(td).attr('data-object-class', '$sClassName');
|
||||
$(td).attr('data-attribute-label', '$sAttrLabel');
|
||||
$(td).attr('data-attribute-label', '$sAttLabel');
|
||||
$(td).attr('data-attribute-code', '$sAttCode');
|
||||
$(td).attr('data-attribute-type', '$sAttDefClass');
|
||||
if (rowData["$sClassAlias/$sAttCode/raw"]) {
|
||||
|
||||
Reference in New Issue
Block a user