NIFI-5099 - Update flow differences when updating a connection

This closes #2649

Signed-off-by: Mike Thomsen <mikerthomsen@gmail.com>
This commit is contained in:
Pierre Villard 2018-04-19 22:57:59 +02:00 committed by Mike Thomsen
parent ba32879ec8
commit 2799211946
1 changed files with 1 additions and 0 deletions

View File

@ -567,6 +567,7 @@ public class StandardConnectionDAO extends ComponentDAO implements ConnectionDAO
// configure the connection
configureConnection(connection, connectionDTO);
group.onComponentModified();
// update the relationships if necessary
if (!newProcessorRelationships.isEmpty()) {