From eb856f0f7e3618adbce4b548e97cd755388d140e Mon Sep 17 00:00:00 2001 From: Thierry Bugier Date: Mon, 21 Mar 2022 10:13:36 +0100 Subject: [PATCH] fix(form_language): do not show entity assignment --- inc/form_language.class.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/inc/form_language.class.php b/inc/form_language.class.php index 85f73a76b..afeac1e6e 100644 --- a/inc/form_language.class.php +++ b/inc/form_language.class.php @@ -51,6 +51,10 @@ public static function getTypeName($nb = 0) { return _n('Form language', 'Form languages', $nb, 'formcreator'); } + public function isEntityAssign() { + return false; + } + public function defineTabs($options = []) { $tabs = []; $this->addDefaultFormTab($tabs);