Skip to content

Commit 6d7c571

Browse files
committed
[BUGFIX] Add VanillaUid to formDataCompilerInput
Refs #8
1 parent 87d2987 commit 6d7c571

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Classes/QueryBuilder.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,8 @@ protected function prepareTca(string $tableName, int $pageId) : array
227227
$formDataCompilerInput = [
228228
'tableName' => $tableName,
229229
'command' => 'new',
230-
'effectivePid' => $pageId
230+
'effectivePid' => $pageId,
231+
'vanillaUid' => $pageId
231232
];
232233

233234
return $formDataCompiler->compile($formDataCompilerInput);

0 commit comments

Comments
 (0)