mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-19 00:28:47 +02:00
Allow Select options to be disabled
This commit is contained in:
@@ -21,7 +21,8 @@ class SelectOptionUIBlockFactory extends AbstractUIBlockFactory
|
||||
|
||||
$oInput->SetValue($sValue)
|
||||
->SetLabel($sLabel)
|
||||
->SetSelected($bSelected);
|
||||
->SetSelected($bSelected)
|
||||
->SetDisabled(false);
|
||||
|
||||
return $oInput;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user