Merge pull request #52 from rosiel/session-not-set
Set session for ajax request.
This commit is contained in:
commit
353f6fcbc1
1 changed files with 1 additions and 0 deletions
|
|
@ -135,6 +135,7 @@ class AjaxBlocksController extends ControllerBase {
|
||||||
}
|
}
|
||||||
|
|
||||||
$new_request = Request::create($path);
|
$new_request = Request::create($path);
|
||||||
|
$new_request->setSession($request->getSession());
|
||||||
$request_stack = \Drupal::requestStack();
|
$request_stack = \Drupal::requestStack();
|
||||||
$processed = $this->pathProcessor->processInbound($new_request->getPathInfo(), $new_request);
|
$processed = $this->pathProcessor->processInbound($new_request->getPathInfo(), $new_request);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue