Email node - better handling of criteria errors

This commit is contained in:
Dave Conway-Jones
2021-07-16 14:41:12 +01:00
parent 245109940c
commit 761bb30ada
4 changed files with 96 additions and 70 deletions

View File

@@ -291,6 +291,12 @@
that.inputs = 0;
}
});
$("#node-input-criteria").change(function() {
if ($("#node-input-criteria").val() === "_msg_") {
$("#node-input-fetch").val("trigger");
$("#node-input-fetch").change();
}
});
}
});
})();