At first, I could not hide nodes in a Views module view that were grouped by a taxonomy term called "category". If I had the term "private" as the term, the term itself would disappear, but the items remained. I then downloaded the latest dev release and that same view is now not grouped by any categories for users without view privileges!
So it used to look like this:
Category: legal documents
item 1
item 2
Category: meeting documents
item 1
item 2
Category:
item 1
item 2
Notice the label for the third category displays, but the term does not. That is because the term is "private" and I deny that, yet the nodes remain displayed. After updating to the latest version of TAC, the page look like this for an anonymous user:
Category: <------------ now no categories appear listed
item 1
item 2
item 1
item 2
item 1
item 2 <----- all the documents are just jumbled together in one category now
Comments
Comment #1
xjmI need more information to reproduce this. It sounds to me like a problem with the view configuration, if anything. TAC does not actually provide any views integration in the current 7.x build, so it's actually more likely to be a change in views. Could you provide screenshots of your TAC configuration and an export of your view? Thanks!