scottyaslan commented on code in PR #8401:
URL: https://github.com/apache/nifi/pull/8401#discussion_r1488040708
##########
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-frontend/src/main/nifi/src/app/pages/flow-designer/service/canvas-context-menu.service.ts:
##########
@@ -740,8 +741,15 @@ export class CanvasContextMenu implements
ContextMenuDefinitionProvider {
},
clazz: 'fa fa-refresh',
text: 'Refresh remote',
- action: () => {
- // TODO - refreshRemoteFlow
+ action: (selection: any) => {
+ const d = selection.datum();
Review Comment:
Ok... does this mean that the 'Manage Remote Ports' action will need to
check `this.canvasUtils.canRead(selection) &&
this.canvasUtils.canModify(selection)`?
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]