From 553f1cbe3c110ec4f8228e36a72b51afa1197afb Mon Sep 17 00:00:00 2001 From: Amey Mudras Date: Sun, 1 Apr 2018 01:02:49 +0530 Subject: [PATCH] Added patch for views module install. --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 0693710..d962101 100644 --- a/composer.json +++ b/composer.json @@ -39,7 +39,8 @@ "extra": { "patches": { "drupal/core": { - "Fix toolbar active link handling": "https://www.drupal.org/files/issues/2885755-13.patch" + "Fix toolbar active link handling": "https://www.drupal.org/files/issues/2885755-13.patch", + "Headless Drupal Views display plugin error": "https://www.drupal.org/files/issues/2018-04-01/view-no-displays-2957560-2.patch" }, "drupal/simple_oauth": { "simple_oauth cannot be installed in an install profile without also installing simple_oauth_extras": "https://www.drupal.org/files/issues/2883862-11.patch"