linuxha / node-red-contrib-mytimeout

A dynamic count down timer for node-red
MIT License
10 stars 10 forks source link

The workspace contains some nodes that are not properly configured ... #9

Closed linuxha closed 5 years ago

linuxha commented 5 years ago

I've noticed another minor issue with an error message that pops up on deploy of the new timers.

"The workspace contains some nodes that are not properly configured: ... are you sure you want to deploy."

You can deploy it's harmless and I have a manual fix but I need to figure out how to word it.

This has to do with my change from a text box to a checkbox. I'm trying to work on a solution so we don't need the manual steps.

linuxha commented 5 years ago

this issue has been fixed in v2.2.2. I removed the "required": true from some of the values which are not required (and have default values in mytimeout.js).