Skip to content

use parseBool for boolean properties in rules

Ashok Sidipotu requested to merge parsebool into master

The boolean values of properties in rules are strings in JSON config files and they will retain the same type when they are translated to Lua. Use cutils.parseBool() function when they have to be interpreted as bools.

Merge request reports