Actions
Bug #75353
closedPageRenderer::addRequireJsConfiguration() breaks backend
Status:
Closed
Priority:
Must have
Assignee:
Category:
Backend User Interface
Target version:
Start date:
2016-04-01
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
easy
Is Regression:
No
Sprint Focus:
Remote Sprint
Description
Using PageRenderer::addRequireJsConfiguration()
breaks the TYPO3 backend. The issue that addRequireJsConfiguration()
adds something to $this->requireJsConfig
. At a later point, loadRequireJs()
is called and detects, that there is already something in $this->requireJsConfig
and stops, leaving an incomplete configuration behind.
Actions