Commit dc64330f by Damien Moulard

display date filter in Flux admin menu

parent ff060adc
...@@ -172,6 +172,7 @@ class FluxAdmin extends AbstractAdmin ...@@ -172,6 +172,7 @@ class FluxAdmin extends AbstractAdmin
]) ])
->add('createdAt', 'doctrine_orm_datetime_range', [ ->add('createdAt', 'doctrine_orm_datetime_range', [
'field_type' => DateTimeRangePickerType::class, 'field_type' => DateTimeRangePickerType::class,
'show_filter' => true,
'label' => 'Date', 'label' => 'Date',
]) ])
; ;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment