admin_data
admin_data copied to clipboard
Boolean with a false value displayed as null
A boolean column whose value is false will be shown as null (no value) in the select item of the Edit page. When the value is true, the select displayed the right value ('True').
True/False are correctly displayed in the show page. The problem is just in the Edit page, with a false value.
I will take a look at this issue.
Just fixed this one in my fork (code from tag 1.1.14 because my rails app is under 3.0.x). Will send a pull request.
@frahugo thanks. that will be awesome.