diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-context-menu.js b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-context-menu.js index cfc6f953176b..ef0847a8c2fe 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-context-menu.js +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-context-menu.js @@ -634,7 +634,8 @@ } return !nfCanvasUtils.isLabel(selection) && !nfCanvasUtils.isConnection(selection) && !nfCanvasUtils.isProcessGroup(selection) - && !nfCanvasUtils.isRemoteProcessGroup(selection) && nfCommon.canAccessProvenance(); + && !nfCanvasUtils.isRemoteProcessGroup(selection) && !nfCanvasUtils.isInputPort(selection) && !nfCanvasUtils.isOutputPort(selection) + && !nfCanvasUtils.isFunnel(selection) && nfCommon.canAccessProvenance(); }; /**