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

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


The following commit(s) were added to refs/heads/master by this push:
     new 0a31c38  NIFI-6253 - Remove invalid/unnecessary argument in call to 
nfCanvasUtil.reload
0a31c38 is described below

commit 0a31c38790794411ca3a9dbe6eebbc36058c7da2
Author: Rob Fellows <[email protected]>
AuthorDate: Fri May 24 10:22:51 2019 -0400

    NIFI-6253 - Remove invalid/unnecessary argument in call to 
nfCanvasUtil.reload
    
    This closes #3491
---
 .../nifi-web-ui/src/main/webapp/js/nf/canvas/nf-policy-management.js  | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git 
a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-policy-management.js
 
b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-policy-management.js
index d500dfd..548ee20 100644
--- 
a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-policy-management.js
+++ 
b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-policy-management.js
@@ -1341,9 +1341,7 @@
                 resetPolicy();
                 loadPolicy();
             }).always(function () {
-                nfCanvasUtils.reload({
-                    'transition': true
-                });
+                nfCanvasUtils.reload();
             });
         } else {
             nfDialog.showOkDialog({

Reply via email to