mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 20:29:29 +00:00
use deleteRow instead of getRow and delete to avoid console log error
This commit is contained in:
@@ -258,10 +258,9 @@ var adminAnrechnung = {
|
||||
|
||||
if (FHC_AjaxClient.hasData(data)) {
|
||||
let row = $("#tableWidgetTabulator").tabulator(
|
||||
"getRow",
|
||||
"deleteRow",
|
||||
anrechnungszeitraum_id
|
||||
);
|
||||
row.delete(anrechnungszeitraum_id);
|
||||
|
||||
// Success message
|
||||
FHC_DialogLib.alertSuccess(FHC_PhrasesLib.t("ui", "geloescht"));
|
||||
|
||||
Reference in New Issue
Block a user