-
Notifications
You must be signed in to change notification settings - Fork 102
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
[Bug] Fix: Show in Treeview not working #783
Conversation
CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅ |
I have read the CLA Document and I hereby sign the CLA |
recheck |
@marvin-bilharz Duplicate of #779 |
I just stumbled upon the show in tree not working anymore and found this PullRequest :). |
This comment was marked as resolved.
This comment was marked as resolved.
since globalState.pathIds is an array of strings, to compare it, rootNodeId has to be string too. Otherwise index wont be found. Tested in Chrome 131.0.6778.108
Quality Gate passedIssues Measures |
Resolves #778
since globalState.pathIds is an array of strings, to compare it, rootNodeId has to be string too. Otherwise index wont be found.
Tested in:
Chrome 131.0.6778.108
Pimcore 11.4.3