flux icon indicating copy to clipboard operation
flux copied to clipboard

Suggest wizard

Open kalypso63 opened this issue 4 years ago • 3 comments
trafficstars

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.

kalypso63 avatar May 25 '21 07:05 kalypso63

Can confirm same behavior here. @kalypso63 did you find a solution?

ogrosko avatar Jun 28 '21 12:06 ogrosko

Same here with TYPO3 10.4.17 and flux 9.5.0

cweiske avatar Jun 30 '21 07:06 cweiske

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

ogrosko avatar Oct 13 '21 07:10 ogrosko