Issue #2809115 by petiar, Yogesh Pawar, maxocub: When migrating a multilingual D6 site, the overview page says that the translation upgrade path is missing
parent
7ee299794e
commit
064f776374
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue