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 d49752bfd..437ce156e 100644
--- a/Layout/default/ConstructionConsent/Index.php
+++ b/Layout/default/ConstructionConsent/Index.php
@@ -13,7 +13,8 @@ $pagination_entity_name = "Zustimmungserklärungen";
- ">=MFAPPNAME_SLUG?>
- - Zustimmmungserklärungen
+ - ">Zustimmungserklärungen
+ - Übersicht=(array_key_exists("project_id", $filter) && $filter["project_id"]) ? " ".$project->name : ""?>
Zustimmmungserklärungen
diff --git a/Layout/default/ConstructionConsent/View.php b/Layout/default/ConstructionConsent/View.php
index 28a7c749e..921b49b66 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";
- ">=MFAPPNAME_SLUG?>
- - ">Zustimmmungserklärungen
- - Projekte
+ - 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") {