N°5350 - 1:n in place edition, deleted object re-appears

This commit is contained in:
Benjamin Dalsass
2023-04-14 14:04:17 +02:00
parent 752b74c0ce
commit a70c3d7f92

View File

@@ -529,7 +529,7 @@ $(function()
}
// Now remove the row from the table
oRow = oCheckbox.closest('tr');
oRow.remove();
this.datatable.DataTable().row(oRow).remove().draw();
this._updateButtons();
this._updateTable();
},
@@ -566,7 +566,7 @@ $(function()
}
// Now remove the row from the table
oRow = oCheckbox.closest('tr');
oRow.remove();
this.datatable.DataTable().row(oRow).remove().draw();
this._updateButtons();
this._updateTable();
},