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

Fix backwards migration of inject without topic

This commit is contained in:
Dave Conway-Jones 2020-06-28 15:09:07 +01:00
parent c171088838
commit f01866d76f
No known key found for this signature in database
GPG Key ID: 302A6725C594817F

View File

@ -580,7 +580,7 @@
node.props= [];
delete node.payloadType;
delete node.payload;
delete node.topic;
node.topic = "";
props.each(function(i) {
var prop = $(this);
var p = {