mirror of https://github.com/apache/nifi.git
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:
parent
ba32879ec8
commit
2799211946
|
@ -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()) {
|
||||
|
|
Loading…
Reference in New Issue