🐛 | Views AJAX History | Exposed filters don't work correctly in Drupal 10.1 due to GET request being used instead of POST
🇫🇮Finland zHelmet
Back button wasn't working due views use now GET request so changed views to use GET requests instead of POST which is default for Drupal ajax api.
🇫🇮Finland zHelmet
Patch to fix deprecated file_url_transform_relative in 4.x-dev branch
🇫🇮Finland zHelmet
Accidentally submitted wrong patch, this should be correct one
🇫🇮Finland zHelmet
Had problems with this patch, i got error saying Symfony\Component\HttpKernel\Exception\BadRequestHttpException: Input value "status" contains a non-scalar value. in Symfony\Component\HttpKernel\HttpKernel->handle()
. Found out that we need to use all instead of get from request object.
🇫🇮Finland zHelmet
Update core version requirement.