From bf2744dc349aac3f7aeae06767a4124f09fdd89b Mon Sep 17 00:00:00 2001 From: Frank Schubert Date: Thu, 30 Jan 2025 15:28:20 +0100 Subject: [PATCH] Fixed Breadcrumbs in ConstructionConsent --- Layout/default/ConstructionConsent/Form.php | 6 ++++-- Layout/default/ConstructionConsent/Index.php | 3 ++- Layout/default/ConstructionConsent/View.php | 3 ++- Layout/default/ConstructionConsentProject/Index.php | 3 +-- .../ConstructionConsentHistory.php | 2 +- 5 files changed, 10 insertions(+), 7 deletions(-) diff --git a/Layout/default/ConstructionConsent/Form.php b/Layout/default/ConstructionConsent/Form.php index 80d2c0521..3f518f870 100644 --- a/Layout/default/ConstructionConsent/Form.php +++ b/Layout/default/ConstructionConsent/Form.php @@ -6,8 +6,10 @@

Zustimmungserklärung

diff --git a/Layout/default/ConstructionConsent/Index.php b/Layout/default/ConstructionConsent/Index.php index d035b47aa..8968e74d1 100644 --- a/Layout/default/ConstructionConsent/Index.php +++ b/Layout/default/ConstructionConsent/Index.php @@ -13,7 +13,8 @@ $pagination_entity_name = "Zustimmungserklärungen";

Zustimmmungserklärungen

diff --git a/Layout/default/ConstructionConsent/View.php b/Layout/default/ConstructionConsent/View.php index 6b45bb2e2..265e38596 100644 --- a/Layout/default/ConstructionConsent/View.php +++ b/Layout/default/ConstructionConsent/View.php @@ -10,7 +10,8 @@ $pagination_entity_name = "Adressen";
diff --git a/Layout/default/ConstructionConsentProject/Index.php b/Layout/default/ConstructionConsentProject/Index.php index a25755b46..bf9df49a0 100644 --- a/Layout/default/ConstructionConsentProject/Index.php +++ b/Layout/default/ConstructionConsentProject/Index.php @@ -13,8 +13,7 @@ $pagination_entity_name = "Zustimmungserklärungsprojekte";

Zustimmmungserklärungen

diff --git a/application/ConstructionConsentHistory/ConstructionConsentHistory.php b/application/ConstructionConsentHistory/ConstructionConsentHistory.php index c04d8c816..449a20205 100644 --- a/application/ConstructionConsentHistory/ConstructionConsentHistory.php +++ b/application/ConstructionConsentHistory/ConstructionConsentHistory.php @@ -116,7 +116,7 @@ class ConstructionConsentHistory extends mfBaseModel { } if(!is_object($value)) { - return $value; + return htmlentities($value); } if(get_class($value) == "Preorderstatus") {