Repository: nifi
Updated Branches:
  refs/heads/master 2a6580992 -> 52d97f966


NIFI-2443: - Addressing issue where reload group deferred was being resolved 
prematurely.

This closes #756

Signed-off-by: jpercivall <joeperciv...@yahoo.com>


Project: http://git-wip-us.apache.org/repos/asf/nifi/repo
Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/52d97f96
Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/52d97f96
Diff: http://git-wip-us.apache.org/repos/asf/nifi/diff/52d97f96

Branch: refs/heads/master
Commit: 52d97f966d2994eed2a09764da63b9764983db29
Parents: 2a65809
Author: Matt Gilman <matt.c.gil...@gmail.com>
Authored: Mon Aug 1 08:31:58 2016 -0400
Committer: jpercivall <joeperciv...@yahoo.com>
Committed: Tue Aug 2 17:06:25 2016 -0400

----------------------------------------------------------------------
 .../nifi-web-ui/src/main/webapp/js/nf/canvas/nf-canvas.js         | 3 ---
 1 file changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/nifi/blob/52d97f96/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-canvas.js
----------------------------------------------------------------------
diff --git 
a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-canvas.js
 
b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-canvas.js
index d772999..790d10d 100644
--- 
a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-canvas.js
+++ 
b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-canvas.js
@@ -738,9 +738,6 @@ nf.Canvas = (function () {
                     dataType: 'json'
                 }).done(function (response) {
                     
nf.ng.Bridge.injector.get('flowStatusCtrl').updateBulletins(response);
-                    deferred.resolve();
-                }).fail(function (xhr, status, error) {
-                    deferred.reject(xhr, status, error);
                 });
                 var clusterSummary = loadClusterSummary().done(function 
(response) {
                     var clusterSummary = response.clusterSummary;

Reply via email to