Browse Source

patched jsonapi_extras Drupal 8.8.0 - Notice: Undefined index: field_name
https://www.drupal.org/project/jsonapi_extras/issues/3101345

Bachir Soussi Chiadmi 4 years ago
parent
commit
8a81ca1984
1 changed files with 3 additions and 0 deletions
  1. 3 0
      composer.json

+ 3 - 0
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": {