I am using Node View Permissions to allow only authors to view their own nodes. However, I'd like this module to "override" that. That is, if they have the authlink, they should be able to view it anyway.

Comments

MrPeanut created an issue. See original summary.

tunic’s picture

Status: Active » Postponed (maintainer needs more info)

This should work as Node Authlink chains on the authorization chain as a decorator and if detects that there's no authlink for the current request returns a neutral result. If yes, it returns a possitive result so user should be able to see the content. Is this issue still active? Or maybe is how Node View Permissions handles the permissions.