mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-19 08:38:45 +02:00
Portal : Fixed a bug with external key as radio button in forms
SVN:trunk[4334]
This commit is contained in:
@@ -66,7 +66,9 @@ class BsSelectObjectFieldRenderer extends FieldRenderer
|
||||
}
|
||||
$oOutput->AddHtml('<div class="help-block"></div>');
|
||||
// - As a select
|
||||
if ($iFieldControlType === SelectObjectField::CONTROL_SELECT)
|
||||
// TODO : This should be changed when we do the radio button display. For now we display everything with select
|
||||
//if ($iFieldControlType === SelectObjectField::CONTROL_SELECT)
|
||||
if (true)
|
||||
{
|
||||
// Checking if regular select or autocomplete
|
||||
$oSearch = $this->oField->GetSearch()->DeepClone();
|
||||
|
||||
Reference in New Issue
Block a user