N°4478 Fix "Requested unknown parameter '' for row 0, column 0" when opening search on related object

This commit is contained in:
Pierre Goiffon
2021-11-26 10:58:17 +01:00
parent ed3c387712
commit 770ac8ffe5

View File

@@ -52,7 +52,7 @@
"sortable": false,
"title": "",
"type": "html",
"data": "",
"data": "id",
"render": function(data, type, row){ return '<span class="row_input"><input type="{{ (bMultipleSelect) ? 'checkbox' : 'radio' }}" name="{{ sTargetAttCode }}" /></span>'; }
});