mirror of https://github.com/apache/nifi.git
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:
parent
2a6580992b
commit
52d97f966d
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue