flux
flux copied to clipboard
Suggest wizard
Hello guys. I have a problem after migrate my TYPO3 instance to TYPO3 9 and Flux 9.4.2. My wizard suggest return an 500 error.
My field config
<flux:field type="group"
name="link2"
label="Link2"
config="{internal_type: 'db', allowed: 'pages', maxitems: 10, minitems: 0, size: 10, default: 0, suggestOptions: default: {additionalSearchFields: 'nav_title, alias, url', addWhere: 'AND pages.doktype = 1'} }" />
Error is Specified path link2 not found in flex form data structure on typo3/sysext/backend/Classes/Controller/Wizard/SuggestWizardController.php line 74
Could you help me ?
Thanks in advance.
Can confirm same behavior here. @kalypso63 did you find a solution?
Same here with TYPO3 10.4.17 and flux 9.5.0
Any news here?
I take a look in the code, and it looks like missing TCEforms array key in parsed flexform data structure in here
Compare following Parsed array path and Checked array Path
$dataStructure['sheets']['options']['ROOT']['el']['settings.someFiled']['config']$dataStructure['sheets']['options']['ROOT']['el']['settings.someFiled']['TCEforms']['config']
Maybe related forge issue