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

This closes #756

Signed-off-by: jpercivall <joepercivall@yahoo.com>
This commit is contained in:
Matt Gilman 2016-08-01 08:31:58 -04:00 committed by jpercivall
parent 2a6580992b
commit 52d97f966d
1 changed files with 0 additions and 3 deletions

View File

@ -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;