To replicate the issue
- Create the views content pane of any list like users with name,email,uid etc..
- Expose the email (or anything) filter and made "Use Ajax":Yes
- Assign this pane to any of your page and navigate to that page
- Try to filter any of the mail in the user list
- Now the whole page will refresh instead of ajax filtering and redirect to home page.

Comments

Ashith_gowda created an issue. See original summary.

mpotter’s picture

Category: Bug report » Support request
Status: Active » Fixed

You need to also enable the "Use Panels Path" option in the center section of your View UI for any panes that are placed on panel pages.

Ashith_gowda’s picture

I enabled "Use Panels Path" but still no luck

A----’s picture

Status: Fixed » Active

This patch, applied by Open Atrium, breaks the AJAX feature of Views: https://www.drupal.org/files/issues/1735096-views-multiple-instance-expo...

See: https://www.drupal.org/node/2477347

You have to fix the javascript file, something like this https://www.drupal.org/files/issues/use-dom-id.patch

See: https://www.drupal.org/node/1809958

mpotter’s picture

I am not able to reproduce this. Atrium includes several built-in Views that have exposed filters, such as Recent Activity, the Admin content view, etc. I am able to filter those pages and click Apply without getting redirected to the home page. So I'm curious to know what is different between the built-in views and the view you are trying to use.

If you can reproduce this problem with one of the built-in views then I can try to fix it. I'm not sure the solution given in those issues around the dom-id is the correct approach. But in general that is something for the Views people to work out. All we can do here in Atrium is apply the patches recommended by Views, so discussion of the fix should continue in those issues.

Also curious about why this would have broken in the 2.62 version, so pointing to a commit that broke this in Views would be useful.

JeffM2001’s picture

I can confirm this is an issue, even with the built-in views. You do not get redirected to the homepage, but you do get a full page reload, instead of AJAX.

It's related to the issues A---- linked, as well as this one: #2762965: Media browser filters cause disabled tabs to appear

I don't have a good solution off hand though.

dalfa’s picture

Any news on this issue? The lack of AJAX support on view exposed filters is also affecting the possibility to use QuickTabs module, as there are issues with views not using AJAX.