Bug #81666
closedTYPO3 exception in table wizard, when table is nested in a record (e.g. tx_news)
0%
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.
Updated by Riccardo De Contardi over 7 years ago
is this a duplicate of #77294 ?
Updated by Wouter Wolters over 7 years ago
- Status changed from New to Needs Feedback
Updated by Riccardo De Contardi over 7 years ago
- Related to Bug #77294: Backend form engine (inline,tt_content) CType=table wizard crashes on closing added
Updated by Riccardo De Contardi over 7 years ago
- Status changed from Needs Feedback to Closed
I close this one as duplicate; please continue the discussion on #77294
I have added a reference to keep track of this issue, and added its description there.
If you think that this is the wrong decision, then please reopen it or open a new issue with a reference to this one.
Thank you.