Skip to content

[Views integration] Add schema for the filter_value.cmrf_views_filter_date filter

When adding a filter for a date field of a remote dataset, saving the view fatals with (example field name event_start_date):

InvalidArgumentException: The configuration property display.default.display_options.filters.event_start_date.value.min doesn't exist. in Drupal\Core\Config\Schema\ArrayElement->get() (Line 76 in /var/www/civicrm/drupal8/core/lib/Drupal/Core/Config/Schema/ArrayElement.php).

This is due to missing schema for the filter filter_value.cmrf_views_filter_date, which this MR adds.

Merge request reports