diff --git a/modules/zencrm_entities/templates/case_entity.html.twig b/modules/zencrm_entities/templates/case_entity.html.twig index 26f4cb5..41f7a76 100644 --- a/modules/zencrm_entities/templates/case_entity.html.twig +++ b/modules/zencrm_entities/templates/case_entity.html.twig @@ -17,6 +17,6 @@ #} {% if content %} - {# removed content because case page is managed via views and blocks #} + {{- content -}} {% endif %} diff --git a/src/Plugin/Block/InvolvedParties.php b/src/Plugin/Block/InvolvedParties.php index be835e0..ce40a1f 100644 --- a/src/Plugin/Block/InvolvedParties.php +++ b/src/Plugin/Block/InvolvedParties.php @@ -26,7 +26,7 @@ class InvolvedParties extends BlockBase { $hats_involved = $case->hats_involved->referencedEntities(); foreach($hats_involved as $hat) { $person_id = $hat->person->first()->getValue()['target_id']; - $markup .= "

" . $hat->name->getString() . "

"; + $markup .= "

" . $hat->name->getString() . "

"; } return [ '#cache' => [