Closed (fixed)
Project:
Webform
Version:
7.x-4.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Mar 2015 at 15:09 UTC
Updated:
16 Mar 2015 at 22:04 UTC
Jump to comment: Most recent
Exposed filters in a block on a view which has nothing to do with webform at all getting error
Notice: Undefined index: expose in webform_handler_area_result_pager->render_items_per_page() (line 60 of E:\example.com\sites\all\modules\webform\views\webform_handler_area_result_pager.inc).
which seems to be coming from the patch in https://www.drupal.org/node/2330557#comment-9328853
function render_items_per_page($pager) {
$options = explode(',', $pager->options['expose']['items_per_page_options']);
$sanitized_options = array();
if (is_array($options)) {
Comments
Comment #2
danchadwick commentedThanks for the report. Your workaround is simply to not use this area handler -- use the regular one provided by views. It's only purpose is to expose the @items_per_page_links token to allow the user to change the items/page with links.
This patch fixes a number of issues with this area handler:
Committed to 7.x-4.x and 8.x.