mirror of https://github.com/apache/nifi.git
[NIFI-3160] reload canvas when updating PG name of current PG. This closes #1315
This commit is contained in:
parent
32e1603bd6
commit
45e4514a40
|
@ -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);
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue