mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-01 06:28:46 +02:00
form as custom element
This commit is contained in:
@@ -49,7 +49,6 @@ class FormOutput extends AbstractFormIO
|
||||
*/
|
||||
public function ConvertValue(mixed $oData): mixed
|
||||
{
|
||||
IssueLog::Error($this->GetName().' array:'.$this->IsArray());
|
||||
if ($this->IsArray()) {
|
||||
return $this->ConvertArrayValue($oData);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user