mirror of
https://github.com/apache/nifi.git
synced 2025-02-08 02:58:43 +00:00
84cecfbeea
- Removed duplicated creation of a ParentProcessGroupSearchNode for the root ProcessGroup. - Removed duplicated creation of a ParentProcessGroupSearchNode for each component inside a ProcessGroup. - Fixed ProcessGroup id hierarchy. - Fixed filtering logic. - Added unit tests for filtering by ProcessGroupId and Remote Input/Output ports. Signed-off-by: Matthew Burgess <mattyb149@apache.org> This closes #2351