Bug #88150
ViewHelper f:be.container - requireJs error
Status:
New
Priority:
Must have
Assignee:
-
Category:
-
Target version:
-
Start date:
2019-04-15
Due date:
% Done:
0%
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.
History
#1
Updated by Christian Hackl 8 months ago
- Subject changed from ViewHelper f:be.container to ViewHelper f:be.container - requireJs error
- Tags set to requireJs, Module, Backend
The same issue appears while using "<be:moduleLayout>"