- Issue created by @mialdi98
New incoming core update https://www.drupal.org/project/drupal/issues/3121172#mr10230-note488031 🐛 Exposed filters get values from url when ajax is on Needs work for exposed filters change breaks infinite scroll for anon users.
Use of exposed filter ajax inside the views (rerenders on each request)
1. Use views with exposed filter;
2. Use Ajax;
3. Use the Infinite Scroll button "Show more";
4. Save
5. Add views on the page without separation of exposed filter and views
6. Try to press "Show more" with an anonymous user.
once.remove('exposed-form', view.$exposed_form);
// Changes to:
if (view.$exposed_form) {
once.remove('exposed-form', view.$exposed_form);
}
Active
2.0
Code