You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by sc...@apache.org on 2017/08/07 19:59:57 UTC

nifi git commit: NIFI-4271 - Revert double-click behavior back...

Repository: nifi
Updated Branches:
  refs/heads/master ee3b58368 -> e44f436bd


NIFI-4271 - Revert double-click behavior back...

...to delete a bend point

Signed-off-by: Scott Aslan <sc...@gmail.com>

This closes #2064


Project: http://git-wip-us.apache.org/repos/asf/nifi/repo
Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/e44f436b
Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/e44f436b
Diff: http://git-wip-us.apache.org/repos/asf/nifi/diff/e44f436b

Branch: refs/heads/master
Commit: e44f436bd870dd449f4d6b34db0e0dae18134cf2
Parents: ee3b583
Author: yuri1969 <19...@gmail.com>
Authored: Mon Aug 7 20:28:38 2017 +0200
Committer: Scott Aslan <sc...@gmail.com>
Committed: Mon Aug 7 15:58:48 2017 -0400

----------------------------------------------------------------------
 .../nifi-web-ui/src/main/webapp/js/nf/canvas/nf-connection.js      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/nifi/blob/e44f436b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-connection.js
----------------------------------------------------------------------
diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-connection.js b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-connection.js
index 5f6a140..9e974a2 100644
--- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-connection.js
+++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-connection.js
@@ -754,7 +754,7 @@
                             // update URL deep linking params
                             nfCanvasUtils.setURLParameters();
                         })
-                        .call(nfContextMenu.activate).call(nfQuickSelect.activate);
+                        .call(nfContextMenu.activate);
 
                     // update the midpoints
                     nfCanvasUtils.transition(midpoints, transition)