Merge branch 'fronkdev' into 'master'

Fixed Breadcrumbs in ConstructionConsent

See merge request fronk/thetool!966
This commit is contained in:
Frank Schubert
2025-01-30 14:29:31 +00:00
5 changed files with 10 additions and 7 deletions

View File

@@ -116,7 +116,7 @@ class ConstructionConsentHistory extends mfBaseModel {
}
if(!is_object($value)) {
return $value;
return htmlentities($value);
}
if(get_class($value) == "Preorderstatus") {