mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 11:08:45 +02:00
test and corrections
This commit is contained in:
@@ -34,7 +34,7 @@ class OqlFormBlock extends TextAreaFormBlock
|
||||
protected function RegisterOptions(OptionsRegister $oOptionsRegister): void
|
||||
{
|
||||
parent::RegisterOptions($oOptionsRegister);
|
||||
$oOptionsRegister->SetOption('with_ai_button', true);
|
||||
$oOptionsRegister->SetOption('with_ai_button', false);
|
||||
}
|
||||
|
||||
/** @inheritdoc */
|
||||
|
||||
@@ -121,6 +121,14 @@ class IORegister
|
||||
return $this;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param string $sName
|
||||
* @param string $sType
|
||||
* @param AbstractConverter|null $oConverter
|
||||
*
|
||||
* @return void
|
||||
* @throws RegisterException
|
||||
*/
|
||||
public function AddOutput(string $sName, string $sType, AbstractConverter $oConverter = null): void
|
||||
{
|
||||
$oFormOutput = new FormOutput($sName, $sType, $this->oFormBlock, $oConverter);
|
||||
|
||||
Reference in New Issue
Block a user