- π¦πΊAustralia mstrelan
Reviewing this for Bug Smash. Can confirm it's still relevant in 10.1.x. Updating steps to reproduce for those of us less familiar with commerce. Would be good to find a way that doesn't require contrib modules though.
- π¨πSwitzerland berdir Switzerland
Did also run into this one with commerce.
It's related to general set of issues with the fact that views uses a separate route for ajax updates of a view, causes all kinds of problems, for example also π Table clicksort is lost when using views exposed filter Needs work . Now that we have GET ajax requests, I'm wondering if we should somehow revert this and do those things as regular ajax requests on the current route. Or find a way to more fully simulate the original request context, for example by adding a custom request object. That would then likely also require π Stop using getMainRequest() to build $form['#action'] Needs work .