Fixed Breadcrumbs in ConstructionConsent

This commit is contained in:
Frank Schubert
2025-01-30 15:28:20 +01:00
parent 4939f7c992
commit bf2744dc34
5 changed files with 10 additions and 7 deletions
@@ -116,7 +116,7 @@ class ConstructionConsentHistory extends mfBaseModel {
}
if(!is_object($value)) {
return $value;
return htmlentities($value);
}
if(get_class($value) == "Preorderstatus") {