Closed (fixed)
Project:
Drupal core
Version:
8.7.x-dev
Component:
migration system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
6 May 2018 at 09:40 UTC
Updated:
10 Dec 2020 at 12:09 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #3
quietone commentedHere is a migration and test outline. This needs the source plugin in #2970848: i18n Variable to config: site offline message [d7] .
TODO:
Add data to fixture and update the test.
Comment #4
quietone commented#2970848: i18n Variable to config: site offline message [d7] is in so no longer postponed.
Comment #5
quietone commentedHere is the system site multilingual translation migration. No interdiff since this is the first patch with source data and worth running with the testbot.
Comment #7
quietone commentedAccidentally changed an existing entry in the source fixture.
Comment #8
phenaproximaThis is as beautiful and simple as it gets. Two nits, then we're ready here. Please kick it directly to RTBC once both are fixed.
This needs @inheritdoc.
Should be assertNull().
Comment #9
quietone commentedAll fixed!
Comment #10
quietone commentedFixes made, no coding standard errors and tests are passing so setting to RTBC as suggested by phenaproxima in #8.
Comment #14
gábor hojtsyLooks great, thanks!
Comment #16
wim leersThis contains significant bugs that pretend more things can be migrated/translated than D8|9 actually allows.
See #3187418-4: System site translation shouldn't migrate properties which are not translatable.