Bug #79434
closedStory #69617: FormEngine bugs
Hooks do not get full or partial record from FormEngine
0%
Description
When creating a new content element of type "fluid content" with a multiRelation field, the field's suggest wizard cannot be used unless saved first.
I've reported this to the flux project: <flux:field.multiRelation> autocomplete breaks when fluidcontent element not saved yet #1272
The underlying issue was described by Claus Due:
The source of the problem is the rewritten FormEngine which no longer provides a full or partial record (full if saved, partial with default values if not saved) to the hooks which resolve the DS.
Because this vital variable is no longer transmitted to hooks, Flux becomes incapable of resolving the correct DS based on CType or other parameters of the not-yet-saved record.
This in on TYPO3 7.6.15.
Please pass the relevant parameters to the hooks.
Updated by Christian Kuhn almost 8 years ago
i can have a look at this after feature freeze of v8.6 in two weeks.
Updated by Christian Weiske almost 8 years ago
The problem was solved in the flux extension itself, so this bug here can probably be closed.
See https://github.com/FluidTYPO3/flux/issues/1272#issuecomment-279271465 for more information.
Updated by Mona Muzaffar almost 8 years ago
- Status changed from New to Closed
fixed in flux, see comment above