catalyst / moodle-tool_abconfig

A way to A/B test config, or slowly turn on config for certain audiences or % of traffic
https://moodle.org/plugins/tool_abconfig
6 stars 4 forks source link

Parse boolean condition text into bools #47

Open Peterburnett opened 2 years ago

Peterburnett commented 2 years ago

Currently 'true' does not correctly parse into a PHP boolean, and some config items wont read it correctly. We should just had an additional parsing layer on the value to do data transformations like this