I enabled Protected Node on my site. For a content type's protected node settings I checked "Protectable", but didn't protect any nodes. I set permissions so that authenticated users could "access protected content", but anonymous users could not. Protected node worked correctly.
Upon edit of nodes of this type, the nodes stopped appearing in my Views output for anonymous users. The anonymous user could see the node properly, but couldn't see the node listed in any Views. I was forced to select "access protected content" for anonymous users for my Views to display correctly, which isn't the functionality that I want.
Comments
Comment #1
AlexisWilke commentedWhen you first setup Protected Node, you made a setup using the Global Protection scheme.
When editing such a node, you create a node specific protection which is detected by the Drupal grant mechanism.
Actually, the bug is probably the other way around, although if anonymous are expected to see the title of the page, that could be passed, but unfortunately we cannot know what the views are going to show so we unfortunately have to hide everything...
If your views are anyway visible to Anonymous, saying that anyone can see them shouldn't hurt, right? Otherwise, I'm not too sure how I could fix this problem.
Thank you.
Alexis Wilke
Comment #2
grimreaperHello,
I close this issue because Drupal 6 is no more supported. https://www.drupal.org/drupal-6-eol
If this issue is present in Drupal 7, feel free to re-open it.
Comment #3
grimreaper