Skip to content

Commit 7359933

Browse files
committed
Debug of migrate of new revision
1 parent 6b62e19 commit 7359933

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Command/MigrateCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
193193
$revisionType = $this->formFactory->create(RevisionType::class, $newRevision, ['migration' => true]);
194194
$viewData = $revisionType->get('data')->getViewData();
195195
$revisionType->submit(['data' => $viewData]);
196-
$data = $anotherRevisionType->get('data')->getData();
196+
$data = $revisionType->get('data')->getData();
197197
$newRevision->setData($data);
198198
$objectArray = $newRevision->getRawData();
199199
$this->dataService->propagateDataToComputedField($anotherRevisionType->get('data'), $objectArray, $contentTypeTo->getName(), $value['_id']);

0 commit comments

Comments
 (0)