- Issue created by @designcrs
- First commit to issue fork.
In many cases I keep nodes unpublished because they should be inaccessible via their default path node/nid. I only want to expose them using views. Without nodeaccess installed this does work fine. But as soon as nodeaccess is enabled only published nodes are listed in views.
- Create an "unpublished" node of any content type you like.
- Create a view that shows all nodes of that content type.
- Notice that the "unpublished" node you created is being shown by that view.
- Install nodeaccess.
- Notice that the "unpublished" node you created is NOT being shown by that view anymore.
Unpublished nodes should be shown in any view that does not explicitly filter for published nodes. (That's the default behavior without nodeaccess installed.)
Active
1.1
Code