From e129677e7a279b8fd289752193769c6e14e0e88a Mon Sep 17 00:00:00 2001 From: bach Date: Tue, 31 Aug 2021 23:41:26 +0200 Subject: [PATCH] patched flag_list https://www.drupal.org/project/flag_lists/issues/3230729, patch 2 --- composer.json | 2 +- ...ess_id_on_null.patch => hook_flag_access_id_on_null_2.patch} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename patches/{hook_flag_access_id_on_null.patch => hook_flag_access_id_on_null_2.patch} (100%) diff --git a/composer.json b/composer.json index 4b003ff..16b9842 100644 --- a/composer.json +++ b/composer.json @@ -235,7 +235,7 @@ "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" + "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_2.patch" } }, "drupal-scaffold": { diff --git a/patches/hook_flag_access_id_on_null.patch b/patches/hook_flag_access_id_on_null_2.patch similarity index 100% rename from patches/hook_flag_access_id_on_null.patch rename to patches/hook_flag_access_id_on_null_2.patch