You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by sc...@apache.org on 2019/09/05 18:07:26 UTC

[nifi] 06/12: NIFI-6506 - navigate to process group when selecting to go to controller service from referencing components on parameter context dialog.

This is an automated email from the ASF dual-hosted git repository.

scottyaslan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nifi.git

commit 5936fe34877ca1a5730b7f7fe5fda6cd16ff9213
Author: Rob Fellows <ro...@gmail.com>
AuthorDate: Wed Sep 4 09:34:41 2019 -0400

    NIFI-6506 - navigate to process group when selecting to go to controller service from referencing components on parameter context dialog.
---
 .../nifi-web-ui/src/main/webapp/js/nf/canvas/nf-parameter-contexts.js   | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-parameter-contexts.js b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-parameter-contexts.js
index 083138e..fdafdfb 100644
--- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-parameter-contexts.js
+++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-parameter-contexts.js
@@ -439,6 +439,8 @@
                 // close the shell
                 $('#shell-dialog').modal('hide');
 
+                nfProcessGroup.enterGroup(referencingControllerService.processGroupId);
+
                 // show the component in question
                 nfProcessGroupConfiguration.showConfiguration(referencingControllerService.processGroupId).done(function () {
                     nfProcessGroupConfiguration.selectControllerService(referencingControllerService.id);