- Issue created by @apkwilson
- Merge request !77Access field wrapper key when using filter with exposed operator. β (Open) created by apkwilson
PHP warnings in Drupal's log when placing a view block with an exposed filter that has its operator exposed.
Warning: Undefined array key "{$FILTER_NAME}" in Drupal\ctools_views\Plugin\Display\Block->blockValidate() (line 444 of /app/web/modules/contrib/ctools/modules/ctools_views/src/Plugin/Display/Block.php)
Check for an exposed operator by looking for "_wrapper" in the array key. This mirrors code in the blockSubmit()
method.
n/a
n/a
n/a
n/a
Active
4.1
CTools Views