From 8a81ca198411ecc9b892cb506719648e20e23ff6 Mon Sep 17 00:00:00 2001 From: Bachir Soussi Chiadmi Date: Tue, 18 Feb 2020 17:02:09 +0100 Subject: [PATCH] patched jsonapi_extras Drupal 8.8.0 - Notice: Undefined index: field_name https://www.drupal.org/project/jsonapi_extras/issues/3101345 --- composer.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/composer.json b/composer.json index 41725ed5..27bf671b 100644 --- a/composer.json +++ b/composer.json @@ -132,6 +132,9 @@ }, "drupal/email_registration": { "allow email login through REST https://www.drupal.org/project/email_registration/issues/2856542": "https://www.drupal.org/files/issues/allow_authentication-2856542-3.patch" + }, + "drupal/jsonapi_extras" : { + "Drupal 8.8.0 - Notice: Undefined index: field_name" : "https://www.drupal.org/files/issues/2020-02-11/Drupal-8.8.0-Notice-Undefined-index-field_name-3101345-13.patch" } }, "drupal-scaffold": {