extension_builder
extension_builder copied to clipboard
🐛 [BUG] Broken JS while having options.enableBookmarks disabled
Describe the bug
A weird bug happens if a user has options.enableBookmarks = 0
in its UserTsConfig. With this config the Module of the EB is broken and in the console it says
For some reason all the HTML Code of the TYPO3 backend is inside the broken JS-File, instead of only containing JS.
To Reproduce Steps to reproduce the behavior:
- Set
options.enableBookmarks = 0
in your UserTSConfig - Open EB module
- See in console tab from the inspector
Expected behavior It should work
TYPO3 Version 10.4.32
Extension Builder Version: 10.0.4
Additional context PHP 7.3 and others
It seems to work in TYPO3 11
I cannot reproduce. Same System (but PHP 7.4.32). Tested in Firefox and Chrome in Ubuntu 22.04.