Actions
Bug #81046
closedrequireJS not working anymore in FE
Start date:
2017-04-27
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
no-brainer
Is Regression:
Yes
Sprint Focus:
Description
The caching feature of #69172 introduced a regression, which causes requireJS to not be loaded anymore in FE.
The call sequence is:
$pageRenderer->addRequireJsConfiguration([ 'paths' => [ 'Vendor/ExtName' => $fullJsPath, ] ]); $pageRenderer->loadRequireJsModule('Vendor/ExtName/module');
Updated by Markus Klein almost 8 years ago
- Related to Task #69172: Cache requireJS config in order to avoid searching all the extensions all the time added
Updated by Gerrit Code Review almost 8 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/52637
Updated by Gerrit Code Review almost 8 years ago
Patch set 1 for branch TYPO3_8-7 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/52638
Updated by Markus Klein almost 8 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset d6ab79350d9f8943406e22bb62298c88e71b3923.
Actions