From 5c58b0c2f4a4bd8068c4d89632112b1b01d30d43 Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Thu, 19 Mar 2015 10:49:56 +0000 Subject: [PATCH] Revalidate all config node users after edit --- public/red/ui/editor.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/red/ui/editor.js b/public/red/ui/editor.js index 41bb8aa56..30dfa28f4 100644 --- a/public/red/ui/editor.js +++ b/public/red/ui/editor.js @@ -659,6 +659,10 @@ RED.editor = (function() { configTypeDef.oneditsave.call(RED.nodes.node(configId)); } validateNode(configNode); + for (var i=0;i