Problem/Motivation
#956186: Allow AJAX to use GET requests caused a(nother) regression with bulk actions on ajax-enabled views.
Steps to reproduce
- Install Drupal 11.x with standard profile
- Enable ajax on the /admin/content view
- Create one article node
- Visit /admin/content and apply a filter (e.g. Type = Article)
- Delete the article through bulk operations
This causes POST request with extra state, which somehow just reloads the page without any CSS, no message and nothing happens: