Skip to content
Snippets Groups Projects
Commit 633e02b2 authored by Nicole Cordes's avatar Nicole Cordes Committed by Markus Klein
Browse files

[BUGFIX] Reset global ajaxID for ajax requests

Due to patch https://review.typo3.org/#/c/37409/ the global ajaxID
isn't set anymore. This variable is needed by several ajax requests and
expected to be set in global context. This patch sets the given ajaxID
globally.

Releases: master
Resolves: #65477
Change-Id: Id06d9b6a4d7bf41061e917ed6049a3dfefbf32f0
Reviewed-on: http://review.typo3.org/37493


Reviewed-by: default avatarStephan Großberndt <stephan@grossberndt.de>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: default avatarMarkus Klein <klein.t3@reelworx.at>
Tested-by: default avatarMarkus Klein <klein.t3@reelworx.at>
parent 0c73a953
Branches
Tags
No related merge requests found
......@@ -72,6 +72,7 @@ class AjaxRequestHandler implements RequestHandlerInterface {
define('TYPO3_PROCEED_IF_NO_USER', 2);
}
$GLOBALS['ajaxID'] = $ajaxID;
$this->bootstrap
->checkLockedBackendAndRedirectOrDie()
->checkBackendIpOrDie()
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment