Issue #2974654 by jarodriguez, Vj, quietone: Migrate upgrade shows errors in green

8.7.x
Alex Pott 2018-09-18 16:57:56 +01:00
parent c51bd29cdf
commit 2bfba7fe68
No known key found for this signature in database
GPG Key ID: 31905460D4A69276
1 changed files with 1 additions and 1 deletions

View File

@ -262,7 +262,7 @@ class MigrateUpgradeImportBatch {
}
// If we had failures, log them and show the migration failed.
if ($failures > 0) {
\Drupal::messenger()->addStatus(\Drupal::translation()
\Drupal::messenger()->addError(\Drupal::translation()
->formatPlural($failures, '1 upgrade failed', '@count upgrades failed'));
\Drupal::messenger()->addError(t('Upgrade process not completed'));
}