Project

General

Profile

Actions

Bug #81046

closed

requireJS not working anymore in FE

Added by Markus Klein about 7 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Must have
Assignee:
Category:
Frontend
Target version:
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');

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Task #69172: Cache requireJS config in order to avoid searching all the extensions all the timeClosed2015-08-18

Actions
Actions #1

Updated by Markus Klein about 7 years ago

  • Related to Task #69172: Cache requireJS config in order to avoid searching all the extensions all the time added
Actions #2

Updated by Gerrit Code Review about 7 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

Actions #3

Updated by Gerrit Code Review about 7 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

Actions #4

Updated by Markus Klein about 7 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #5

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF