From bf5d741f0de98c3e5d851b58ae01de8b00dbdd50 Mon Sep 17 00:00:00 2001 From: Dave Conway-Jones Date: Thu, 1 Feb 2018 09:21:16 +0000 Subject: [PATCH] Trigger node migration - ensure bytopic not blank --- nodes/core/core/89-trigger.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nodes/core/core/89-trigger.html b/nodes/core/core/89-trigger.html index bd3cea665..57b8e4ba8 100644 --- a/nodes/core/core/89-trigger.html +++ b/nodes/core/core/89-trigger.html @@ -177,6 +177,10 @@ ] }); + if (this.bytopic === undefined) { + $("#node-input-bytopic").val("all"); + } + if (this.duration == "0") { $("#node-then-type").val("block"); }