backdrop-contrib / coder_upgrade

Helps automate some/most of the work required to upgrade a module from Drupal to Backdrop 1.x
GNU General Public License v2.0
4 stars 7 forks source link

Store booleans properly in the config file #42

Closed bugfolder closed 3 years ago

bugfolder commented 3 years ago

Booleans were being stored as strings in the config file. This stores them as booleans.

This addresses "Forces TRUE/FALSE to be strings in config file" in https://github.com/backdrop-contrib/coder_upgrade/issues/26.

bugfolder commented 3 years ago

Hmm, further testing shows this isn't working yet. I'll fix and add more commits.

bugfolder commented 3 years ago

Should be fully working now.