Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove patch #292

Closed
specky-rum opened this issue Dec 23, 2024 · 1 comment · Fixed by #293
Closed

Remove patch #292

specky-rum opened this issue Dec 23, 2024 · 1 comment · Fixed by #293

Comments

@specky-rum
Copy link

There's a patch included in localgov_services in composer.json here:

     "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"
            }
        }
    }

That's no longer needed since: https://www.drupal.org/project/drupal/issues/1349080#comment-15892479

The whole block can just be removed.

@andybroomfield
Copy link
Contributor

Thanks for the report @specky-rum
Do you want to give #293 a try?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants