Brijesh619 opened a new pull request, #645:
URL: https://github.com/apache/atlas/pull/645
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.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]