For me, it's not the pager. If I click a VBO action (even when there is only one page of results) and the view uses AJAX, I get sent to the /views/ajax URL and a 404 error.
- π§π·Brazil adinancenci
I am using a view with bulk operations, an exposed filter and ajax enabled.
When updating the filter, the form will come with /views/ajax as the action, because ViewsForm::buildForm() uses Url::fromRoute(''). - Status changed to Closed: works as designed
about 1 year ago 6:25am 9 October 2023 - πΊπ¦Ukraine HitchShock Ukraine
Actually, this is a core issue.
The patch for that you can find here π Viewsform has incorrect form submit url if loaded through ajax Needs work