Issue #2809115 by petiar, Yogesh Pawar, maxocub: When migrating a multilingual D6 site, the overview page says that the translation upgrade path is missing

8.3.x
Alex Pott 2016-10-12 14:52:49 +01:00
parent 7ee299794e
commit 064f776374
1 changed files with 2 additions and 2 deletions

View File

@ -303,8 +303,8 @@ class MigrateUpgradeForm extends ConfirmFormBase {
'destination_module' => 'node',
],
'd6_node_translation' => [
'source_module' => 'node',
'destination_module' => 'node',
'source_module' => 'translation',
'destination_module' => 'content_translation',
],
'd6_node_revision' => [
'source_module' => 'node',