Skip to content

Commit

Permalink
Remove node access patch as 10.2 no longer supported
Browse files Browse the repository at this point in the history
Fix #263
Fix #292

This patch will still be required for Drupal installs <10.3, but they should
no longer be used.
  • Loading branch information
andybroomfield committed Dec 23, 2024
1 parent 619ec6b commit 80f3224
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
}
}

0 comments on commit 80f3224

Please sign in to comment.