Skip to content

Commit eb856f0

Browse files
committed
fix(form_language): do not show entity assignment
1 parent 2be8508 commit eb856f0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

inc/form_language.class.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ public static function getTypeName($nb = 0) {
5151
return _n('Form language', 'Form languages', $nb, 'formcreator');
5252
}
5353

54+
public function isEntityAssign() {
55+
return false;
56+
}
57+
5458
public function defineTabs($options = []) {
5559
$tabs = [];
5660
$this->addDefaultFormTab($tabs);

0 commit comments

Comments
 (0)