From e88751566c81e19fa1a33d85449bae318f1175ca Mon Sep 17 00:00:00 2001 From: Nathaniel Catchpole Date: Tue, 10 Oct 2017 14:59:16 +0100 Subject: [PATCH] Issue #2846614 by damiankloip, dawehner, claudiu.cristea, effulgentsia, tstoeckler, gaurav.kapoor, Berdir, Jo Fitzgerald, Wim Leers, jibran: Incorrect field name is used in views integration for multi-value base fields (follow-up) --- .../Update/EntityViewsMultiValueBaseFieldDataUpdateTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/modules/views/src/Tests/Update/EntityViewsMultiValueBaseFieldDataUpdateTest.php b/core/modules/views/src/Tests/Update/EntityViewsMultiValueBaseFieldDataUpdateTest.php index 82034722787..5fe9fb7d0f6 100644 --- a/core/modules/views/src/Tests/Update/EntityViewsMultiValueBaseFieldDataUpdateTest.php +++ b/core/modules/views/src/Tests/Update/EntityViewsMultiValueBaseFieldDataUpdateTest.php @@ -8,7 +8,7 @@ use Drupal\views\Views; /** * Tests the upgrade path for views multi-value base field data. * - * @see views_update_8300() + * @see views_update_8500() * * @group Update */