瀏覽代碼

AuditFilterType fix validation errors

Guillermo Espinoza 8 年之前
父節點
當前提交
9e9cd2d9b3
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      Form/Type/AuditFilterType.php

+ 0 - 2
Form/Type/AuditFilterType.php

@@ -39,7 +39,6 @@ class AuditFilterType extends AbstractType
                 ))
                 ->add('users', ChoiceType::class, array(
                     'choices' => $this->auditDataService->getRevisionUsers(),
-                    'empty_data' => '',
                     'required' => false,
                     'multiple' => true,
                     'choice_translation_domain' => false,
@@ -50,7 +49,6 @@ class AuditFilterType extends AbstractType
                         'UPD' => 'UPD',
                         'DEL' => 'DEL',
                     ),
-                    'empty_data' => '',
                     'required' => false,
                     'multiple' => true,
                     'choice_translation_domain' => false,