mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 10:38:45 +02:00
N°8772 - dynamic form
This commit is contained in:
@@ -146,7 +146,7 @@ abstract class AbstractFormBlock implements IFormBlock
|
||||
|
||||
public function GetOptionsMergedWithDynamic(string $sEventType = null): array
|
||||
{
|
||||
return array_merge($this->aDynamicOptions, $this->aOptions);
|
||||
return array_merge($this->GetDynamicOptions(), $this->GetOptions());
|
||||
}
|
||||
|
||||
public function GetDynamicOptions(string $sEventType = null): array
|
||||
|
||||
Reference in New Issue
Block a user