Hi! I'm using this awesome module with simple 2-level hierarchy taxonomy. Works just fine under admin. But for anonymous user I get a flat tree:( This is it.
Need your help, thanks in advance.

Comments

rawthriver created an issue.

q-bart’s picture

@rawthriver have you fixed this problem? I have the same...

webt’s picture

Try Query settings: Disable SQL rewriting (https://www.drupal.org/node/1969110#comment-7293656)
It helped for me.

jadhavdevendra’s picture

Disabling SQL re-write is not correct solution. It is important to know why it disappears it disappers due to following problem. I got working solution by removing the parent relationship from view and using the reference field as entity id instead.

https://www.drupal.org/project/drupal/issues/1349080

jadhavdevendra’s picture

Disabling SQL re-write bypass Drupal access check and can lead to leak unauthorized content.