Remove node access patch as 10.2 no longer supported #293
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fix #263
Fix #292
What does this change?
Remove the patch "node_access filters out accessible nodes when node is left joined (1349080)"
This patch will still be required for Drupal installs <10.3, but they should no longer be used.
How to test
As per the original issue, #231 and #147.
Install a module that uses a node_access hook. Eg. View unpublished.
Try to create a service page and service landing page, users should still be able to reference a serivce landing page in the parent if they have persmission to view it.
(Will require using the editor role).
How can we measure success?
Cleaner deploys, service page structure remains intact.
Have we considered potential risks?
Councils may be staying on 10.2 which is now unsupported, they will need to reapply the patch.
Images
n/a
Accessibility
n/a