ioBroker.javascript icon indicating copy to clipboard operation
ioBroker.javascript copied to clipboard

Background check if a script has been modified by another user/window

Open HSE83 opened this issue 1 month ago • 0 comments

Is your feature request related to a problem? Please describe. Especially when editing scripts from different locations (e.g. work/at home) it is very problematic if the script editor remains open since changes made (and saved) in the other instance are simply overwritten if changes are made. There is no warning/auto-reload of old scripts that have been modified remotely.

Describe the solution you'd like A warning should be shown when you start using the plugin from another computer/tab that changes have been made in the background. It should prompt you if you want to re-open the script from the adapters configuration.

Describe alternatives you've considered An alternative might be to just display a popup saying the adapter is used from elsewhere so you have the chance to just reload it to get the most current version of a script.

HSE83 avatar Nov 18 '25 11:11 HSE83