|
@@ -89,7 +89,7 @@ class ChoiceFilter extends Filter
|
|
|
public function getRenderSettings()
|
|
|
{
|
|
|
return array('sonata_type_filter_default', array(
|
|
|
- 'operator_type' => 'sonata_type_boolean',
|
|
|
+ 'operator_type' => 'sonata_type_equal',
|
|
|
'field_type' => $this->getFieldType(),
|
|
|
'field_options' => $this->getFieldOptions(),
|
|
|
'label' => $this->getLabel()
|