From fe7a4c142cc25e147939db50bf4ca084473146d0 Mon Sep 17 00:00:00 2001 From: Luca Haid Date: Tue, 20 May 2025 14:29:19 +0200 Subject: [PATCH] fixed owner modal --- Layout/default/ConstructionConsent/View.php | 3 ++- .../mfExceptionhandler/mfExceptionhandlerController.php | 2 -- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Layout/default/ConstructionConsent/View.php b/Layout/default/ConstructionConsent/View.php index 9fb92b145..75c685450 100644 --- a/Layout/default/ConstructionConsent/View.php +++ b/Layout/default/ConstructionConsent/View.php @@ -896,7 +896,7 @@ $pagination_entity_name = "Adressen"; $("#newOwnerModelLabel").text("Besitzer bearbeiten"); $("#newOwnerModal").modal("show"); - + window.checkRequirements(); } function editContact(contact_id) { @@ -1195,6 +1195,7 @@ $pagination_entity_name = "Adressen"; } } checkRequirements(); + window.checkRequirements = checkRequirements; $('#company, #firstname, #lastname').on('input change', function() { checkRequirements(); diff --git a/lib/mvcfronk/mfExceptionhandler/mfExceptionhandlerController.php b/lib/mvcfronk/mfExceptionhandler/mfExceptionhandlerController.php index 6c4874bb4..ddb21a9bc 100644 --- a/lib/mvcfronk/mfExceptionhandler/mfExceptionhandlerController.php +++ b/lib/mvcfronk/mfExceptionhandler/mfExceptionhandlerController.php @@ -15,8 +15,6 @@ class mfExceptionhandlerController { } private function displayException() { - var_dump($this->Exception);exit; - $template="mfExceptionhandler/mfExceptionhandler.cli"; if(defined("mfUI") && mfUI!="cli") { $template="mfExceptionhandler/mfExceptionhandler.web";