Portal: Fix regression introduced in revision 5698.

SVN:trunk[5739]
This commit is contained in:
Guillaume Lajarige
2018-04-25 09:07:28 +00:00
parent ec471520f2
commit 95e56e7148
6 changed files with 3 additions and 6 deletions

View File

@@ -45,7 +45,6 @@ class BsSelectObjectFieldRenderer extends FieldRenderer
public function Render()
{
$oOutput = new RenderingOutput();
$oOutput->AddCssClass('form_field');
$oOutput->AddCssClass('form_field_' . $this->oField->GetDisplayMode());
$sFieldValueClass = $this->oField->GetSearch()->GetClass();