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(ui5-tree): correctly pass mode to sub items #6574

Merged
merged 2 commits into from
Feb 23, 2023
Merged

Conversation

dobrinyonkov
Copy link
Contributor

Fixes: #6571

The flag includeCollapsed was not passed to the recursive call of flattenTree function, causing it not to work pass the the second level of sub nodes.

@dobrinyonkov dobrinyonkov requested a review from a team February 23, 2023 13:59
@dobrinyonkov dobrinyonkov merged commit 92547be into main Feb 23, 2023
@dobrinyonkov dobrinyonkov deleted the fix-tree-mode branch February 23, 2023 14:20
ilhan007 pushed a commit that referenced this pull request Feb 24, 2023
* fix(ui5-tree): correctly pass mode to sub items

* fix: improve test
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.

nested TreeItem missing checkbox and styles if rendered collapsed and deeper than level2
2 participants