diff --git a/Form/Type/SearchJobLogs.php b/Form/Type/SearchJobLogs.php index d472083..fb0cb4e 100644 --- a/Form/Type/SearchJobLogs.php +++ b/Form/Type/SearchJobLogs.php @@ -63,7 +63,6 @@ public function buildForm(FormBuilderInterface $builder, array $options) 'Failed' => JobLog::STATUS_FAILED, 'Complete' => JobLog::STATUS_COMPLETE, ], - 'choices_as_values' => true, ] )->add( 'search',