[NIFI-3160] reload canvas when updating PG name of current PG. This closes #1315

This commit is contained in:
Scott Aslan 2016-12-09 13:29:39 -05:00 committed by Matt Gilman
parent 32e1603bd6
commit 45e4514a40
1 changed files with 1 additions and 2 deletions

View File

@ -85,8 +85,7 @@ nf.ProcessGroupConfiguration = (function () {
saveConfiguration(response.revision.version, groupId); saveConfiguration(response.revision.version, groupId);
}); });
// inform Angular app values have changed nf.Canvas.reload();
nf.ng.Bridge.digest();
}).fail(nf.Common.handleAjaxError); }).fail(nf.Common.handleAjaxError);
}; };