- Issue created by @realityloop
- Merge request !20Fix undefined array key error when grant operations are disabled → (Open) created by realityloop
The nodeaccess module has a validation bug when individual grant operations are disabled:
1. I disabled "View" permissions in nodeaccess settings
2. Form Behavior: When view permissions are disabled, the grants form doesn't include the grant_view checkbox
3. Validation Bug: The validation code still tries to access $grant['grant_view'] without checking if the key exists
4. Error: This causes the "Undefined array key 'grant_view'" warning
Active
2.0
Code