Allow nodes to be imported with their credentials

This commit is contained in:
Nick O'Leary
2016-09-30 14:15:04 +01:00
parent 300a8d3a89
commit 538a16a5fb
2 changed files with 30 additions and 6 deletions

View File

@@ -2281,6 +2281,9 @@ RED.view = (function() {
subflows:new_subflows,
dirty:RED.nodes.dirty()
};
if (new_ms.length === 0) {
RED.nodes.dirty(true);
}
if (activeSubflow) {
var subflowRefresh = RED.subflow.refresh(true);
if (subflowRefresh) {