Views pager is using exposed_raw_input instead of exposed_input

Created on 30 March 2017, almost 8 years ago
Updated 25 February 2023, almost 2 years ago

I am having the same issue with views and explosed multiple selection filters as mentioned here: https://www.drupal.org/node/2315365 โ†’

I changed the following line in \Drupal\views\Plugin\views\display\DisplayPluginBase:2172
$exposed_input = isset($view->exposed_raw_input) ? $view->exposed_raw_input : NULL;
to
$exposed_input = $view->getExposedInput();

This also fixed the issue. Could this be applied to Drupal 8 core?

๐Ÿ› Bug report
Status

Fixed

Version

9.5

Component
Viewsย  โ†’

Last updated 1 day ago

Created by

๐Ÿ‡ง๐Ÿ‡ชBelgium yassin.barrani

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.71.5 2024