From 6b3916492d4950487924be865fa72762a3248cdd Mon Sep 17 00:00:00 2001 From: jurgenhaas <juergen.haas@lakedrops.com> Date: Tue, 27 Jun 2023 10:38:51 +0200 Subject: [PATCH] Add patch to role_delegation --- patches/d10.json | 1 + patches/d9.json | 1 + 2 files changed, 2 insertions(+) diff --git a/patches/d10.json b/patches/d10.json index d5458ab..84ad5a4 100644 --- a/patches/d10.json +++ b/patches/d10.json @@ -180,6 +180,7 @@ }, "drupal/role_delegation": { "#3075916 Fix permission for bulk operations": "https://www.drupal.org/files/issues/2020-06-30/3075916-11.patch", + "#3357397 Admin redundant": "https://www.drupal.org/files/issues/2023-05-01/3357397-3.patch", "#3370056 Allow NULL for account": "https://git.drupalcode.org/project/role_delegation/-/merge_requests/10.diff" }, "drupal/simple_oauth": { diff --git a/patches/d9.json b/patches/d9.json index 7c0df30..eec492c 100644 --- a/patches/d9.json +++ b/patches/d9.json @@ -184,6 +184,7 @@ }, "drupal/role_delegation": { "#3075916 Fix permission for bulk operations": "https://www.drupal.org/files/issues/2020-06-30/3075916-11.patch", + "#3357397 Admin redundant": "https://www.drupal.org/files/issues/2023-05-01/3357397-3.patch", "#3370056 Allow NULL for account": "https://git.drupalcode.org/project/role_delegation/-/merge_requests/10.diff" }, "drupal/simple_oauth": { -- GitLab