diff --git a/CRM/Eck/Page/Entity.php b/CRM/Eck/Page/Entity.php index dcecf9c..4631fb7 100644 --- a/CRM/Eck/Page/Entity.php +++ b/CRM/Eck/Page/Entity.php @@ -95,8 +95,6 @@ public function run(): void { * {@inheritDoc} */ public function getTemplateFileName() { - // hack lets suppress the form rendering for now - self::$_template->assign('isForm', FALSE); return 'CRM/Eck/Page/Entity/Tab.tpl'; }