Actions
Bug #91227
closedTypeError: t.TYPO3.settings is undefined in popup of feedit
Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
Backend JavaScript
Target version:
Start date:
2020-04-28
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
When using feedit https://github.com/FriendsOfTYPO3/feedit with current TYPO3 master, and one edits a content element in frontend, a popup with url
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%23c36is opened.
This shows the backend edit form of the content element.
The loading animation does not stop, and browser console shows:
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
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?
Actions