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
1 changed files with 1 additions and 1 deletions

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;
}
}