Trigger node migration - ensure bytopic not blank

This commit is contained in:
Dave Conway-Jones 2018-02-01 09:21:16 +00:00
parent 55a33bc408
commit bf5d741f0d
No known key found for this signature in database
GPG Key ID: 9E7F9C73F5168CD4
1 changed files with 4 additions and 0 deletions

View File

@ -177,6 +177,10 @@
]
});
if (this.bytopic === undefined) {
$("#node-input-bytopic").val("all");
}
if (this.duration == "0") {
$("#node-then-type").val("block");
}