From 7aaa874085e11a93dbe3cfd63e80a3d4ffae960f Mon Sep 17 00:00:00 2001 From: bach Date: Tue, 31 Aug 2021 23:15:56 +0200 Subject: [PATCH] patched flag_list https://www.drupal.org/project/flag_lists/issues/3230729 --- composer.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/composer.json b/composer.json index 1139d9c..4b003ff 100644 --- a/composer.json +++ b/composer.json @@ -233,6 +233,9 @@ }, "drupal/term_reference_tree": { "Term Reference Tree: Re-implement Track List https://www.drupal.org/project/term_reference_tree/issues/3064280": "https://www.drupal.org/files/issues/2021-07-16/3064280_bring_back_tracklist-15.patch" + }, + "drupal/flag_lists": { + "Call to a member function id() on null in flag_lists_flag_action_access https://www.drupal.org/project/flag_lists/issues/3230729": "./patches/hook_flag_access_id_on_null.patch" } }, "drupal-scaffold": {