diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c0ca10..5bbd077 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,10 @@ This can be also used to go back to an older Version. - clock-time - fix of check if payload and topic has changed to prevent send output on not changed payload/topic to output 1 #360 + - fix of not changeable context store #358 + +- blind-control + - fix of not changeable context store #358 ### 2.0.3: small fix + enhancement diff --git a/nodes/blind-control.html b/nodes/blind-control.html index d90a76c..94b0081 100644 --- a/nodes/blind-control.html +++ b/nodes/blind-control.html @@ -483,7 +483,7 @@ const $nodeConfig = $('#node-input-positionConfig'); const node = this; - const $nodeInputContextStore = $('#node-config-input-contextStore'); + const $nodeInputContextStore = $('#node-input-contextStore'); RED.settings.context.stores.forEach(store => { $nodeInputContextStore.append(''); }); @@ -3837,7 +3837,7 @@
-
diff --git a/nodes/clock-timer.html b/nodes/clock-timer.html index 509ab9d..bc63667 100644 --- a/nodes/clock-timer.html +++ b/nodes/clock-timer.html @@ -254,7 +254,7 @@ const $nodeConfig = $('#node-input-positionConfig'); const node = this; - const $nodeInputContextStore = $('#node-config-input-contextStore'); + const $nodeInputContextStore = $('#node-input-contextStore'); RED.settings.context.stores.forEach(store => { $nodeInputContextStore.append(''); }); @@ -2786,7 +2786,7 @@
-
diff --git a/nodes/position-config.html b/nodes/position-config.html index 57189e2..6a1c6b8 100644 --- a/nodes/position-config.html +++ b/nodes/position-config.html @@ -613,7 +613,7 @@
- +