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

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


The following commit(s) were added to refs/heads/main by this push:
     new 1df9738f8f NIFI-12281 Fix Go To in Parameter Providers to Provider 
Context
1df9738f8f is described below

commit 1df9738f8f75b05660a7c693601b55d0ba320f56
Author: Pierre Villard <pierre.villard...@gmail.com>
AuthorDate: Thu Oct 26 12:49:46 2023 -0700

    NIFI-12281 Fix Go To in Parameter Providers to Provider Context
    
    This closes #7939
    
    Signed-off-by: David Handermann <exceptionfact...@apache.org>
---
 .../nifi-web-ui/src/main/webapp/js/nf/canvas/nf-parameter-provider.js   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-parameter-provider.js
 
b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-parameter-provider.js
index 26974ffd1d..a2a6ea460e 100644
--- 
a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-parameter-provider.js
+++ 
b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-parameter-provider.js
@@ -3386,7 +3386,7 @@
                 parameterProviderGrid.setSelectedRows([row]);
                 parameterProviderGrid.scrollRowIntoView(row);
 
-                $('#settings-tabs').find('li:eq(4)').click();
+                $('#settings-tabs').find('li:eq(5)').click();
 
                 // adjust the table size
                 nfSettings.resetTableSize();

Reply via email to