Closed (duplicate)
Project:
Drupal core
Version:
8.6.x-dev
Component:
views.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Jul 2016 at 09:13 UTC
Updated:
6 Sep 2019 at 09:38 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
DavidHalfon commentedI hacked it by adding this line to ajax_views.js:
this.settings.view_path = "/" + this.settings.view_base_path;Right after (line 82):
this.settings = settings;Comment #3
DavidHalfon commentedComment #9
sasanikolic commentedComment #10
mbovan commentedThis was already fixed in #2820347: Exposed filter reset redirects user to 404 page on AJAX view when placed as a block in
8.8.x-devbranch. The tests will be added in #2866386: Assert the view path is set correctly after second ajax request. Closing this one as a duplicate.