From ecfde64c07446d37dfae986a8bb762a2056ad58d Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 16 Feb 2019 19:39:43 +0100 Subject: [PATCH] Render values in editor --- Theme/Backend/department-profile.tpl.php | 10 ++++++++-- Theme/Backend/position-profile.tpl.php | 10 ++++++++-- Theme/Backend/unit-profile.tpl.php | 10 ++++++++-- 3 files changed, 24 insertions(+), 6 deletions(-) diff --git a/Theme/Backend/department-profile.tpl.php b/Theme/Backend/department-profile.tpl.php index 5b45de1..b88eee0 100644 --- a/Theme/Backend/department-profile.tpl.php +++ b/Theme/Backend/department-profile.tpl.php @@ -12,8 +12,8 @@ */ /** * @var \phpOMS\Views\View $this + * @var \Mouldes\Organization\Models $department; */ - $department = $this->getData('department'); echo $this->getData('nav')->render(); ?> @@ -37,7 +37,13 @@ echo $this->getData('nav')->render(); ?>