Commit 8a9574df authored by Sascha Grossenbacher's avatar Sascha Grossenbacher Committed by Markus Kalkbrenner
Browse files

Issue #3110730 by S3b0uN3t, KarlShea, Berdir, mglaman, borisson_,...

Issue #3110730 by S3b0uN3t, KarlShea, Berdir, mglaman, borisson_, mkalkbrenner: FacetBlockAjaxController::ajaxFacetBlockView() should not be passing full URL to CurrentPathStack
parent 16a4e249
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -137,8 +137,9 @@ class FacetBlockAjaxController extends ControllerBase {
      $request_stack = new SymfonyRequestStack();
    }
    $processed = $this->pathProcessor->processInbound($path, $new_request);
    $processed_request = Request::create($processed);

    $this->currentPath->setPath($processed);
    $this->currentPath->setPath($processed_request->getPathInfo());
    $request->attributes->add($this->router->matchRequest($new_request));
    $this->currentRouteMatch->resetRouteMatch();
    $request_stack->push($new_request);