You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2019/03/18 20:19:47 UTC

[GitHub] [nifi] mcgilman commented on a change in pull request #3351: NIFI-2933 Remote input/output ports at any PG

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:
users@infra.apache.org


With regards,
Apache Git Services