Skip to content

ATLAS-5301: Atlas React UI: Nested Subcategories not visible in Gloss…#645

Merged
pawarprasad123 merged 1 commit into
apache:masterfrom
Brijesh619:ATLAS-5301
May 26, 2026
Merged

ATLAS-5301: Atlas React UI: Nested Subcategories not visible in Gloss…#645
pawarprasad123 merged 1 commit into
apache:masterfrom
Brijesh619:ATLAS-5301

Conversation

@Brijesh619
Copy link
Copy Markdown
Contributor

Resolved the issue where nested/child subcategories were missing or not expandable in the Glossary Tree Structure view by implementing a recursive child mapping lookup.

Key Changes
Recursive Category Mapping: Updated the getChild function in GlossaryTree.tsx
to recursively fetch nested child subcategories using the child category's identifier (getChild(obj.categoryGuid)).

Custom Filters Tree Cleanup: Removed the unused flat-view toggle logic (the savedSearchType state and toggle AccountTreeIcon button) from CustomFiltersTree.tsx and SideBarTree.tsx, defaulting custom filters to tree-only view mode.

@Brijesh619
Copy link
Copy Markdown
Contributor Author

Screenshot from 2026-05-25 12-39-06

Copy link
Copy Markdown
Contributor

@pawarprasad123 pawarprasad123 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@pawarprasad123 pawarprasad123 merged commit a3c6637 into apache:master May 26, 2026
1 check passed
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