- π΅π±Poland gravisrs
I can confirm this module affects rendering nodes in other ways than just /node/123
The access control restriction used by this module actually affects more than just the node "view" page. The hook_node_access hook is invoked whenever entity view access is requested, which happens on more than just node "view" page. For example, when a node is being rendered in a the "teaser" view mode via some entity reference field.
Unfortunately there's really no way around this because entity access checks are not passed the view mode an entity is being rendered in. They are just passed an "operation" (which can be view, view label, create, edit, or delete). So the node access check hooks do not have the context a node is being viewed in when determining proper access.
I just think you may want to point this out on the project page.
Active
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
I can confirm this module affects rendering nodes in other ways than just /node/123