Custom Provider retrieves boolean as string instead of boolean
I'm running into an issue with how the settings are initialized in the config section. Boolean flags are strings in vm.settings when it is initialized. It's not difficult to work around, but it would be nice to have boolean flags returned as booleans. Currently I have
Custom Provider retrieves boolean as string instead of boolean
I'm running into an issue with how the settings are initialized in the config section. Boolean flags are strings in vm.settings when it is initialized. It's not difficult to work around, but it would be nice to have boolean flags returned as booleans. Currently I have
when I would like to be able to do
In the checked expression, "false" evaluates to true, so I currently have to add a couple additional checks to handle that.
is working on a reply...