From 7f4268b6ba43a0184c4bde98f3a16ec9d591c050 Mon Sep 17 00:00:00 2001 From: Francesco Sardara Date: Wed, 8 Sep 2021 15:33:20 +0200 Subject: [PATCH 1/2] EWPP-0000: Version 2.0 of typed_link is required by oe_paragraphs. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f47d1fe35..5fb1a5cd2 100644 --- a/composer.json +++ b/composer.json @@ -37,7 +37,7 @@ "drupal/json_field": "^1.0.0-rc2", "drupal/renderviz": "^1.0@alpha", "drupal/styleguide": "~1.0-alpha3", - "drupal/typed_link": "~1.1", + "drupal/typed_link": "^2.0", "drush/drush": "~9.0", "easyrdf/easyrdf": "1.0.0 as 0.9.1", "friends-of-behat/service-container-extension": "^1.0", From a166602886abc1ec6b59cffe7195669ff9feb5b2 Mon Sep 17 00:00:00 2001 From: Francesco Sardara Date: Wed, 8 Sep 2021 15:55:08 +0200 Subject: [PATCH 2/2] EWPP-0000: Install hooks have a parameter now. --- tests/Kernel/Paragraphs/MediaParagraphsTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Kernel/Paragraphs/MediaParagraphsTest.php b/tests/Kernel/Paragraphs/MediaParagraphsTest.php index 3b2899131..9cefbef64 100644 --- a/tests/Kernel/Paragraphs/MediaParagraphsTest.php +++ b/tests/Kernel/Paragraphs/MediaParagraphsTest.php @@ -44,7 +44,7 @@ protected function setUp() { parent::setUp(); $this->container->get('module_handler')->loadInclude('oe_paragraphs_media_field_storage', 'install'); - oe_paragraphs_media_field_storage_install(); + oe_paragraphs_media_field_storage_install(FALSE); $this->installEntitySchema('media'); $this->installConfig([ 'media',