- Issue created by @danherrero
I ran into this issue on a Drupal 10.4.4 site. I verified the issue on a clean Drupal 10 install with nodeaccess as the only contrib module installed.
Setting the 'Grant all node permissions' permission should show the Grants tab on all node types. It does not show on any node types for users with that permission set.
It does display if the individual per-node permissions are set ('Article: grant node permissions', for instance).
Add a check for if the user has the grant node permissions permission when determining if access to the grants form should be allowed.
Active
2.0
Code