1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

Update credential in edit form when left unchanged

Related to #355
This commit is contained in:
Nick O'Leary 2014-08-27 22:06:45 +01:00
parent 2dac28a421
commit 96a0a9d2d2

View File

@ -398,8 +398,8 @@ RED.editor = (function() {
changed = true;
}
node.credentials[cred] = value;
if (value != node.credentials._[cred]) {
node.credentials[cred] = value;
changed = true;
}
}