Skip to content

Commit

Permalink
[BUGFIX] Add VanillaUid to formDataCompilerInput
Browse files Browse the repository at this point in the history
  • Loading branch information
helsner committed Jul 6, 2020
1 parent 87d2987 commit 6d7c571
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Classes/QueryBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,8 @@ protected function prepareTca(string $tableName, int $pageId) : array
$formDataCompilerInput = [
'tableName' => $tableName,
'command' => 'new',
'effectivePid' => $pageId
'effectivePid' => $pageId,
'vanillaUid' => $pageId
];

return $formDataCompiler->compile($formDataCompilerInput);
Expand Down

0 comments on commit 6d7c571

Please sign in to comment.