Merge branch 'ConstructionConsent/improveee' into 'master'

added new file upload and bug fix

See merge request fronk/thetool!1472
This commit is contained in:
Luca Haid
2025-06-18 12:15:59 +00:00

View File

@@ -47,10 +47,6 @@ class ConstructionConsentJournalController extends mfBaseController {
try {
$uploaded = mfUpload::handleFormUpload("file", false, "/ConstructionConsentJournal");
} catch (Exception $e) {
var_dump($e->getMessage());
die();
$this->layout()->setFlash("Fehler beim speichern!", "error");
$this->redirect("ConstructionConsent", "View", ["id" => $consent->id]);
}