Skip to content

Commit

Permalink
fix(form_language): do not show entity assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
btry committed Mar 21, 2022
1 parent 2be8508 commit eb856f0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions inc/form_language.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit eb856f0

Please sign in to comment.