Actions
Bug #88150
closedViewHelper f:be.container - requireJs error
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Backend JavaScript
Target version:
-
Start date:
2019-04-15
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
9
PHP Version:
7.2
Tags:
requireJs, Module, Backend
Complexity:
Is Regression:
Sprint Focus:
Description
Hello,
while using f:be.container in FLUID layouts (with and without properties) in your BE-Module the following error appears:
"Uncaught TypeError: require is not a function"
( require(["TYPO3/CMS/Backend/ContextHelp"]); )
It seems like requireJS (the command require itself) does not exist at this time.
My workaround is to use the f:be.pageRenderer ViewHelper and load the ContextHelp-Module and the jumpURL-function manually.
Actions