Skip to content

Commit

Permalink
[BUGFIX] Pass fieldArray as record when resolving Provider
Browse files Browse the repository at this point in the history
  • Loading branch information
NamelessCoder committed Aug 17, 2023
1 parent 55805a1 commit 2082e9c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,8 @@ public function processDatamap_preProcessFieldArray(array &$fieldArray, $table,
if (($GLOBALS["TCA"][$table]["columns"][$fieldName]["config"]["type"] ?? '') === 'flex') {
$primaryConfigurationProvider = $resolver->resolvePrimaryConfigurationProvider(
$table,
$fieldName
$fieldName,
$fieldArray
);

if ($primaryConfigurationProvider
Expand Down

0 comments on commit 2082e9c

Please sign in to comment.