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);
|
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);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue