[
https://issues.apache.org/jira/browse/NIFI-1580?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16094786#comment-16094786
]
ASF GitHub Bot commented on NIFI-1580:
--------------------------------------
Github user scottyaslan commented on a diff in the pull request:
https://github.com/apache/nifi/pull/2009#discussion_r128537257
--- Diff:
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-graph.js
---
@@ -198,13 +201,13 @@
var nfGraph = {
init: function () {
// initialize the object responsible for each type of component
- nfLabel.init(nfConnectable, nfDraggable, nfSelectable,
nfContextMenu);
+ nfLabel.init(nfConnectable, nfDraggable, nfSelectable,
nfContextMenu, nfQuickSelect);
nfFunnel.init(nfConnectable, nfDraggable, nfSelectable,
nfContextMenu);
- nfPort.init(nfConnectable, nfDraggable, nfSelectable,
nfContextMenu);
+ nfPort.init(nfConnectable, nfDraggable, nfSelectable,
nfContextMenu, nfQuickSelect);
nfRemoteProcessGroup.init(nfConnectable, nfDraggable,
nfSelectable, nfContextMenu);
--- End diff --
Yea I think so....I mean...what other options are there for a double click
on an RPG?
> Allow double-click to display config of processor
> -------------------------------------------------
>
> Key: NIFI-1580
> URL: https://issues.apache.org/jira/browse/NIFI-1580
> Project: Apache NiFi
> Issue Type: Wish
> Components: Core UI
> Affects Versions: 0.4.1
> Environment: all
> Reporter: Uwe Geercken
> Priority: Minor
> Labels: features, processor, ui
>
> A user frequently has to open the "config" dialog when designing nifi flows.
> Each time the user has to right-click the processor and select "config" from
> the menu.
> It would be quicker when it would be possible to double click a processor -
> or maybe the title are - to display the config dialog.
> This could also be designed as a confuguration of the UI that the user can
> define (if double-clicking open the config dialog, does something else or
> simply nothing)
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)