[BUGFIX] Pass field name variable to flexform DS utility
A field name parameter is not being passed from within DataHandler when copying a record which has a FlexForm DF associated with it. This causes dynamic FlexForm DS definitions to not be able to depend on the field name, in turn causing the problem that an incorrect DS may be returned from the DS utility which makes TYPO3 process the data value incorrectly (for example, not detecting file fields and processing the values accordingly). To solve this the $field parameter is passed. Resolves: #59423 Releases: 6.3, 6.2, 6.1 Change-Id: Icfafd553f76e17ad5db651bb3f5dea52b140dcf7 Reviewed-on: https://review.typo3.org/30891 Reviewed-by: Markus Klein Tested-by: Markus Klein
Showing
- typo3/sysext/backend/Classes/Form/Element/SuggestElement.php 2 additions, 2 deletionstypo3/sysext/backend/Classes/Form/Element/SuggestElement.php
- typo3/sysext/core/Classes/DataHandling/DataHandler.php 8 additions, 8 deletionstypo3/sysext/core/Classes/DataHandling/DataHandler.php
- typo3/sysext/impexp/Classes/ImportExport.php 22 additions, 22 deletionstypo3/sysext/impexp/Classes/ImportExport.php
Please register or sign in to comment