If our users click on the Title link, they get the User Access Denied error (ie, when they get routed to the https://myexample.com/biblio/viewinline/#### page, the get an access denied error.)
Users with the admin role do not get this error, but if I give the Authenticated Users all the same Biblio permissions as the admin role has, they still get the access denied error.
Any tips would be appreciated!
Comments
Comment #1
rjerome commentedThe access checking was incorrect for that path, it has now been corrected.
You can either wait tor the next -dev build, or edit the biblio.module file and change lines 692-693 as follows...
Ron.
Comment #2
war1237 commentedEditing the biblio.module will tide me over.
Thanks a million!
Comment #3
rjerome commented