added ConstructionConsentController::deleteAction()

This commit is contained in:
Frank Schubert
2025-02-14 16:19:05 +01:00
parent 61b192e1c9
commit 7575ef05fb
6 changed files with 74 additions and 32 deletions

View File

@@ -402,6 +402,7 @@
if(files.length > 0) {
$("#consent_plan_image").prop("files", files);
$("#consent_plan_image").change();
window.notify("info", "Plan aus Zwischenablage übernommen.");
}
});