Merge pull request #11078 from Supermanu/help_extrafields

Show help text for extrafields in forms
This commit is contained in:
Laurent Destailleur
2019-05-02 12:36:15 +02:00
committed by GitHub
2 changed files with 4 additions and 1 deletions

View File

@@ -6525,7 +6525,7 @@ abstract class CommonObject
$out .= $extrafields->showOutputField($key, $value);
break;
case "edit":
$out .= $extrafields->showInputField($key, $value, '', $keysuffix, '', 0, $this->id);
$out .= $extrafields->showInputField($key, $value, '', $keysuffix, '', 0, $this->id, $this->table_element);
break;
}