-
Improvement
-
Resolution: Unresolved
-
Normal
-
None
-
None
-
None
If a script contains a function added by a plugin which has been disabled, the option settings cannot be saved unless the script is edited to remove (or comment out) the function. This sort of makes sense, but perhaps we can find a more user-friendly way of handling this?
Perhaps the script could be saved (as long as the opening and closing brackets match on the function), but when executed it would log an error and the missing/disabled function would simply return an empty string, thus allowing the rest of the script to process?
There are probably other ways to handle this, and I'm open to suggestions if this is something that we want to do.