All biblio nodes are visible to all users, including anonymous users, despite being unpublished - I have tried this on three different installations (5.x). This causes serious problems with access control.
Steps to reproduce, no 1:
- create biblio node, but untick the "published" box
- log out of Drupal
-> node still visible
Steps to reproduce, no 2:
- go to an existing biblio node
- edit it and untick the "published" box
- log out of Drupal
-> node still visible
Comments
Comment #1
rjerome commentedIndeed, that was fixed in the -dev version but not propagated to any official releases yet. Is there a reason you are running 1.9?
If you want to fix it in the 1.9 version, go to the biblio_access function and change
to look like this...
Comment #2
Anonymous (not verified) commentedThanks for the update, RJerome - especially for the quick reply! And sorry for the confusion, I am indeed using 1.15. I have made the change in the module and it is working now. Thanks again for looking into this!
Comment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.