mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Make sure old flows with change node - work as-is/was.
Signed-off-by: Dave C-J <dave@conway-jones.co.uk>
This commit is contained in:
@@ -22,7 +22,7 @@ function ChangeNode(n) {
|
||||
this.property = n.property || "";
|
||||
this.from = n.from || " ";
|
||||
this.to = n.to || " ";
|
||||
this.reg = n.reg;
|
||||
this.reg = n.reg || true;
|
||||
console.log("Type=",this.reg);
|
||||
var node = this;
|
||||
|
||||
|
Reference in New Issue
Block a user