From f808e85da9b7e30d47d3228299cb4a2f53790261 Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Fri, 4 Aug 2017 14:26:05 +0100 Subject: [PATCH] Diff view: subflows can have port labels as well --- editor/js/ui/diff.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editor/js/ui/diff.js b/editor/js/ui/diff.js index db2e09427..1dfd25cdd 100644 --- a/editor/js/ui/diff.js +++ b/editor/js/ui/diff.js @@ -718,7 +718,7 @@ RED.diff = (function() { if (def.defaults) { properties = properties.concat(Object.keys(def.defaults)); } - if (node.type !== 'tab' && node.type !== 'subflow') { + if (node.type !== 'tab') { properties = properties.concat(['inputLabels','outputLabels']); } properties.forEach(function(d) {