Преглед на файлове

added missing single-text option

Amal Raghav преди 14 години
родител
ревизия
517f95d8a4
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      src/Symfony/Component/Form/Extension/Core/Type/DateTimeType.php

+ 1 - 0
src/Symfony/Component/Form/Extension/Core/Type/DateTimeType.php

@@ -123,6 +123,7 @@ class DateTimeType extends AbstractType
             ),
             ),
             'date_widget'   => array(
             'date_widget'   => array(
                 null, // inherit default from DateType
                 null, // inherit default from DateType
+                'single-text',
                 'text',
                 'text',
                 'choice',
                 'choice',
             ),
             ),