Actions
Bug #81666
closedTYPO3 exception in table wizard, when table is nested in a record (e.g. tx_news)
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2017-06-22
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
7
PHP Version:
7.0
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
I tried to create a table record in a news record and in a self written product record.
When I open the table wizard and close it (close or save and close) I'll get a typo3 exception.
I tested this in TYPO3 7.6.19 and TYPO3 8.7.1.
In 7 I get the following exception:
Argument 1 passed to TYPO3\CMS\Backend\Controller\FormInlineAjaxController::addFlexFormDataStructurePointersFromAjaxContext() must be of the type array, null given, called in .../typo3/sysext/backend/Classes/Controller/FormInlineAjaxController.php on line 245
In 8 it says:
Empty context string given
RuntimeException thrown in file
.../typo3/sysext/backend/Classes/Controller/FormInlineAjaxController.php in line 750.
Actions