Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: For multiple trees #101

Closed
wants to merge 1 commit into from
Closed

Fix: For multiple trees #101

wants to merge 1 commit into from

Conversation

AquaroTorres
Copy link

If there is more than one tree (more than one root element with null parent_id) I need filter the trees using modifyChildQueryUsing, but there is no efect on root elements, and it's not possible to show ONLY elements of one tree, insted the plugin show elements of the filtered tree plus other roots elements of different trees.

@CodeWithDennis
Copy link
Owner

  • modifyQueryUsing is for the root level.
  • modifyChildQueryUsing is for sub levels.

@AquaroTorres

@AquaroTorres
Copy link
Author

Thanks !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants