From 45e4514a40c75128aaa09ac8f64a7a4efd69296e Mon Sep 17 00:00:00 2001 From: Scott Aslan Date: Fri, 9 Dec 2016 13:29:39 -0500 Subject: [PATCH] [NIFI-3160] reload canvas when updating PG name of current PG. This closes #1315 --- .../main/webapp/js/nf/canvas/nf-process-group-configuration.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-process-group-configuration.js b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-process-group-configuration.js index 0f669d6b67..aa37034a72 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-process-group-configuration.js +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-process-group-configuration.js @@ -85,8 +85,7 @@ nf.ProcessGroupConfiguration = (function () { saveConfiguration(response.revision.version, groupId); }); - // inform Angular app values have changed - nf.ng.Bridge.digest(); + nf.Canvas.reload(); }).fail(nf.Common.handleAjaxError); };