mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
N°5350 - 1:n in place edition, deleted object re-appears
This commit is contained in:
@@ -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();
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user