- Issue created by @LRoels
- Merge request !35Issue #3516604 Check for overrides before looping over them → (Open) created by LRoels
When a view only allows the items_per_page override an error occurs when saving the block.
Error is the following:
Warning: Undefined array key "YOUR BLOCK ID" in Drupal\views_block_override\Plugin\views\display\ViewsBlockOverride->blockSubmit() (line 310 of modules/contrib/views_block_override/src/Plugin/views/display/ViewsBlockOverride.php).
This is because the code block settings do not get added in the same way to the config form so no custom plugin override is available in the $form array.
Create a custom views block override block and only allow the items_per_page to be overridden.
This wil result in the error listed above when saving the block on your page.
Check for the availability of the custom plugin override before looping over the overrides.
Active
1.2
Code