Homer Rich created NIFI-14191:
---------------------------------
Summary: Add the Reference Process Group to the URL when
navigating to the Parent
Key: NIFI-14191
URL: https://issues.apache.org/jira/browse/NIFI-14191
Project: Apache NiFi
Issue Type: Improvement
Components: Core UI
Affects Versions: 1.28.1
Reporter: Homer Rich
When navigating to the parent process group, graph navigates to the most recent
view you were using of the parent process group. Sometimes this most recent
view doesn't display the reference process group that you navigated from.
An easy change would be to edit the URL when clicking the Parent Process Group
button from this:
[https://nifihost/nifi/process-groups/[parent-group-UUID]]
to this:
[https://nifihost/nifi/process-groups/[parent-group-UUID]]/ProcessGroup/[reference-group-UUID]
Then the user can just click the Zoom Actual icon in the Navigate panel to be
taken directly to the reference group.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)