Add node-select to typedInput

This commit is contained in:
Nick O'Leary
2019-05-23 23:38:42 +01:00
parent 20cba6411b
commit a71d4223ff
8 changed files with 113 additions and 30 deletions

View File

@@ -115,7 +115,6 @@
var preselected = dirList.treeList('selected').map(function(n) {return n.node.id});
RED.tray.hide();
RED.view.selectNodes({
prompt: RED._("node-red:common.notification.selectNodesTarget"),
selected: preselected,
onselect: function(selection) {
RED.tray.show();

View File

@@ -103,7 +103,6 @@
var preselected = dirList.treeList('selected').map(function(n) {return n.node.id});
RED.tray.hide();
RED.view.selectNodes({
prompt: RED._("node-red:common.notification.selectNodesTarget"),
selected: preselected,
onselect: function(selection) {
RED.tray.show();

View File

@@ -18,7 +18,6 @@
"ok": "OK"
},
"notification": {
"selectNodesTarget": "Click nodes to select",
"error": "<strong>Error</strong>: __message__",
"errors": {
"not-deployed": "node not deployed",