Scans deletion

This commit is contained in:
Nicolai Ort 2023-04-12 21:25:33 +02:00
parent 7d8c68a455
commit 6d9d8a4724
Signed by: niggl
GPG Key ID: 13AFA55AF62F269F
3 changed files with 5 additions and 2 deletions

View File

@ -229,6 +229,7 @@
...options, ...options,
data: current_cards, data: current_cards,
})); }));
$table.resetRowSelection()
}} }}
> >
{$_("delete-cards")} {$_("delete-cards")}

View File

@ -481,5 +481,6 @@
"scan-deleted": "Scan gelöscht", "scan-deleted": "Scan gelöscht",
"please-confirm-the-deletion-of-scan": "Bitte bestätige die Löschung des Scans", "please-confirm-the-deletion-of-scan": "Bitte bestätige die Löschung des Scans",
"please-confirm-the-deletion-of-card": "Bitte bestätige die Löschung der Karte", "please-confirm-the-deletion-of-card": "Bitte bestätige die Löschung der Karte",
"card": "Läuferkarte" "card": "Läuferkarte",
"delete-scans": "Scans löschen"
} }

View File

@ -481,5 +481,6 @@
"scan-deleted": "scan deleted", "scan-deleted": "scan deleted",
"please-confirm-the-deletion-of-scan": "Please confirm the deletion of scan", "please-confirm-the-deletion-of-scan": "Please confirm the deletion of scan",
"please-confirm-the-deletion-of-card": "Please confirm the deletion of this card", "please-confirm-the-deletion-of-card": "Please confirm the deletion of this card",
"card": "card" "card": "card",
"delete-scans": "Delete scans"
} }