N°4349 - Drop-down mandatory template field documented still required in modification

This commit is contained in:
acognet
2021-10-05 11:46:55 +02:00
parent 0cb1583688
commit c6cb7c41cd

View File

@@ -49,7 +49,6 @@ class ConsoleSelectObjectFieldRenderer extends FieldRenderer
$oOutput = parent::Render();
$oBlock = FieldUIBlockFactory::MakeStandard($this->oField->GetLabel());
$oBlock->SetValueId($this->oField->GetGlobalId());
$oBlock->AddDataAttribute("input-id", $this->oField->GetGlobalId());
$sEditType = 'none';