mcgilman commented on a change in pull request #3351: NIFI-2933 Remote 
input/output ports at any PG
URL: https://github.com/apache/nifi/pull/3351#discussion_r266598193
 
 

 ##########
 File path: 
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-port.js
 ##########
 @@ -379,6 +419,12 @@
 
                 // populate the stats
                 port.call(updatePortStatus);
+
+                // Update connections to update anchor point positions those 
may have been updated by changing ports remote accessibility.
+                
nfConnection.getComponentConnections(port.datum().id).forEach(function 
(connection){
 
 Review comment:
   `port.datum()` should already be available in `portData`

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to