From 4d3d31f4f481189f5d47faa726a9acb32e7d662f Mon Sep 17 00:00:00 2001 From: bach Date: Mon, 1 Mar 2021 18:32:59 +0100 Subject: [PATCH] patched flag_lists to fix bug on delete if no related flag --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 7466ba2..702ad52 100644 --- a/composer.json +++ b/composer.json @@ -172,7 +172,8 @@ "remove flag hooks to allow site to be accessible again https://www.drupal.org/project/flag/issues/3200806": "./patches/flag-commenthooks.patch" }, "drupal/flag_lists": { - "make the related_flag id unique https://www.drupal.org/project/flag_lists/issues/3200737": "https://www.drupal.org/files/issues/2021-02-27/hasactions%2Buniqflagid.patch" + "make the related_flag id unique https://www.drupal.org/project/flag_lists/issues/3200737": "https://www.drupal.org/files/issues/2021-02-27/hasactions%2Buniqflagid.patch", + "check for flag before delete https://www.drupal.org/project/flag_lists/issues/3200997":"https://www.drupal.org/files/issues/2021-03-01/delete-missing-flag_0.patch" } }, "drupal-scaffold": {