Bug #91227
Updated by Daniel Siepmann over 4 years ago
When using feedit https://github.com/FriendsOfTYPO3/feedit with current TYPO3 master, and one edits a content element in frontend, a popup with url <pre>https://example.com/typo3/index.php?route=%2Frecord%2Fedit&token=d8eb628510e9d24a03e47b8cc425cc57536e1f9a&edit%5Btt_content%5D%5B36%5D=edit&noView=0&feEdit=1&returnUrl=%2Fabout-me.html%23c36</pre> is opened.
This shows the backend edit form of the content element.
The loading animation does not stop, and browser console shows:
<pre>
TypeError: t.TYPO3.settings is undefined
ContextHelp.js:33
initialize ContextHelp.js:33
i ContextHelp.js:26
<anonymous> ContextHelp.js:96
execCb require.js:5
check require.js:5
enable require.js:5
bind require.js:5
emit require.js:5
each require.js:5
emit require.js:5
check require.js:5
enable require.js:5
bind require.js:5
emit require.js:5
each require.js:5
emit require.js:5
check require.js:5
enable require.js:5
init require.js:5
O require.js:5
completeLoad require.js:5
onScriptLoad require.js:5
</pre>
Reproducable with Firefox "75.0 (64-bit)" on Ubuntu 20.04 LTS.
I don't see any change to the ContextHelp.ts file which broke the behaviour, maybe something else is involved?