🇳🇮Nicaragua Ada Hernandez Leon
I faced this issue with my custom entity and views filter, adding field_name as
here is suggested →
and
the views type filter to handle the date in my getViewsData() method works.
$data['my_entity']['date_field']['filter'] = [
'id' => 'datetime',
'field_name' => 'date_field',
];