From 80f32247c1ad789f10f9a8e1e6b2ed9235cd5f70 Mon Sep 17 00:00:00 2001 From: Andy Broomfield Date: Mon, 23 Dec 2024 11:01:31 +0000 Subject: [PATCH] Remove node access patch as 10.2 no longer supported Fix #263 Fix #292 This patch will still be required for Drupal installs <10.3, but they should no longer be used. --- composer.json | 8 -------- 1 file changed, 8 deletions(-) diff --git a/composer.json b/composer.json index 351a3d9..ba21d12 100644 --- a/composer.json +++ b/composer.json @@ -18,13 +18,5 @@ }, "require-dev": { "localgovdrupal/localgov_workflows": "^1.3" - }, - "extra": { - "enable-patching": true, - "patches": { - "drupal/core": { - "node_access filters out accessible nodes when node is left joined (1349080)": "https://git.drupalcode.org/project/drupal/-/commit/c271adb.diff" - } - } } }