Problem/Motivation

We noticed with a multi-select global filter block in a panel, the submit handler global_filter_set_form_on_session ran to late and other parts of the page would have loaded with the wrong values.

Proposed resolution

Capture the POSTed values in the _init() hook like single values are collected.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

joelpittet created an issue. See original summary.

joelpittet’s picture

gapple’s picture

Status: Active » Reviewed & tested by the community

+1

joelpittet’s picture

Title: Issue with multiple values in POST parameter » Issue with single & multiple values in POST parameter
Status: Reviewed & tested by the community » Needs review
FileSize
861 bytes
1.02 KB

Thanks @gapple, I ran into this exact same bug with single values too.

Here's a new patch to address both code paths.