Skip to content
Snippets Groups Projects
Commit edc137cb authored by Jochen Roth's avatar Jochen Roth Committed by Christian Kuhn
Browse files

[BUGFIX] Undefined key warning in table wizard for PHP8

Open the table wizard with empty test in the text area
or a click on the save button on table wizard page
thow undefined key warning.
This will avoid php warnings by adding a fallback
value or a check if the key is present.

Added acceptance tests for the table wizard to  make
sure the wizard will work as expected.

Resolves: #94417
Releases: master
Change-Id: I9283c9203f71710c8bffcc74432781d2159dcde7
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/69575


Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarOliver Bartsch <bo@cedev.de>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: default avatarOliver Bartsch <bo@cedev.de>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
parent ffb59e65
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment