I am developer of Taxonomy_access module.

Taxonomy_context is not hiding terms that user has no permission to see,

I wrote patch to use the db_rewrite_sql for all queries. This is abolutely necessary, since taxonomy_context is not using functions of taxonomy.module.
(I also made INNER JOINS in sql queries to optimize them.)

Please review.

CommentFileSizeAuthor
taxonomy_context_1.patch2.25 KBkeve

Comments

nedjo’s picture

Status: Needs work » Reviewed & tested by the community

I don't have time to test this right now but it looks right. Please apply to 4.7 branch and HEAD. Thanks.

nedjo’s picture

Status: Reviewed & tested by the community » Fixed

Applied, thanks.

Anonymous’s picture

Status: Fixed » Closed (fixed)