Problem/Motivation

i18n site offline message is not migrated.

Proposed resolution

Migrate i18n variable, site offline message to config.

References:

Remaining tasks

Write migration.
Write tests, includes updating the drupal6 test fixture. See Generating database fixtures for D8 Migrate tests.

User interface changes

N/A

API changes

N/A

Data model changes

N/A

CommentFileSizeAuthor
#3 2655336-3.patch2.07 KBquietone

Comments

quietone created an issue. See original summary.

quietone’s picture

Issue tags: +migrate-d6-d8
quietone’s picture

Version: 8.0.x-dev » 8.1.x-dev
Status: Active » Needs review
StatusFileSize
new2.07 KB

And a patch to test.

benjy’s picture

Status: Needs review » Reviewed & tested by the community
+++ b/core/modules/config_translation/tests/src/Kernel/Migrate/d6/MigrateI18nSystemMaintenanceTest.php
@@ -0,0 +1,37 @@
+/**
+ * @file
+ * Contains \Drupal\Tests\config_translation\Kernel\Migrate\d6\MigrateI18nSystemMaintenanceTest.
+ */

Un-needed comment.

  • catch committed 5ad41ae on 8.2.x
    Issue #2655336 by quietone: i18n Variable to config: site offline...

  • catch committed 53f37f8 on 8.1.x
    Issue #2655336 by quietone: i18n Variable to config: site offline...
catch’s picture

Status: Reviewed & tested by the community » Fixed

Removed the @file on commit.

Committed/pushed to 8.2.x and cherry-picked to 8.1.x. Thanks!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.