N°5904 Fix undefined attribute when refreshing Datatables

This commit is contained in:
Stephen Abello
2023-01-23 16:42:43 +01:00
parent 7ea2315323
commit 9482139b5a

View File

@@ -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"]) {