Skip to content
Snippets Groups Projects
Commit d69ec5c1 authored by Vincent Aravantinos's avatar Vincent Aravantinos
Browse files

RED

parent 3e698571
No related branches found
No related tags found
No related merge requests found
......@@ -79,6 +79,7 @@ public class KISSViewerContentProvider implements ITreeContentProvider {
if(parentElement instanceof IIntrospectionItem) {
IIntrospectionItem item = (IIntrospectionItem)parentElement;
if(item.getIntrospectionItems() != null) {
// TODO(VA,19) if possible
return item.getIntrospectionItems().stream()
.filter(c -> c.showInIntrospectionNavigation()).toArray();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment