Actions
Bug #94446
closedTypeError in Wizard TableController
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2021-06-30
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
I'm getting the following TypeError:
TypeError: Argument 1 passed to TYPO3\CMS\Backend\Controller\Wizard\TableController::configurationStringToArray() must be of the type string, null given, called in /var/www/typo3/public/typo3/sysext/backend/Classes/Controller/Wizard/TableController.php on line 312
First I created a new content item and did not save it. I then changed the type of the content element to an element that contains a tableWizard. After I clicked on the button to edit the table I got the TypeError. I use TYPO3 10.4.17.
I defined the input field as follows:
<flux:field name="settings.table" label="LLL:EXT:name/Resources/Private/Language/locallang.xlf:flux.Table.fields.settings.table" type="text" config="{renderType: 'textTable'}" />
Updated by Gerrit Code Review over 3 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/69831
Updated by Gerrit Code Review over 3 years ago
Patch set 1 for branch 10.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/69939
Updated by Oliver Bartsch over 3 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 936bb29c0095c7051c7a63e677c8eddd1042b973.
Actions