Download & Extend

Taxonomy Items with "List" Permission not Listed in Views

Project:Taxonomy Access Control
Version:5.x-1.1
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

I don't know whether this is a Views or Taxonomy Access Control issue, so if this is not relevant here, pease advise.

I have latest Views and Taxonomy Access Control (TAC) installed. I have set up a vocabulary term "combinations" to allow anonymous listing, but not anonymous viewing. I have attached screenshot of TAC settings.

I created a view of the content type. Those nodes with "combinations" vocabulary term are NOT listed in the view when listed by an anonymous user. They are listed if I add the "view" permission (which, of course, I don't want to have to do).

To me, having the "list" permission means just that, I should be able to list all nodes with this term (although not view them). Please advise. Thanks!

AttachmentSizeStatusTest resultOperations
tacArticlesProblem_0.gif28 KBIgnored: Check issue status.NoneNone

Comments

#1

The views people say it is not an issue with views. They say that maybe "list" doesn't mean what I think it means in TAC. http://drupal.org/node/152550. Can you help?

#2

list refers to listing the term itself, not to listing nodes. this is controlled by 'view'. please take the time to read the ample documentation.

#3

Status:active» closed (fixed)

#4

You can show all nodes in a view even if they are restricted by TAC with the following module:

http://drupal.org/project/views_ignore_node_permissions

You need to add the filter listed under node access in the view

Useful if you want to display teasers of nodes users can't access

nobody click here