#0893 Custom Field Checkbox unchecks
Custom Fields are GREAT... except for the following.
I created a Custom Checkbox with ID and Name both "Reviewed"
Input Type is checkbox
Python type is boolean
Included in Filter Options
In an existing issue, I selected Change Details and checked the box.
Save the issue and the filter found it.
Went back to the same iss and clicked Change Details
The box is no longer checked.
2 years and 3 weeks and 3 days old
Thanks for spotting. In fact, when looking into this I found one other bug. I've just committed this to SVN:
Bug fixed: Custom checkbox boolean fields whose values were True
appeared as a unchecked checkbox on editing details (Real#0893)
Bug fixed: Custom checkbox boolean fields whose values were False
didn't show up issue details.
I was finally able to pull down the SVN code (outside of our proxy firewall) and it doesn't appear that the change made it into the code. I restarted the computer and clicked the Update Everything buttons for all of the trackers I have running, but if I look at an entry with the checkbox checked, it is not checked in the edit state.
There was a new release made today so you won't have to use SVN any more. Can you try that one?
Sorry, I never saw an email on this. I just installed 0.11.0 and tried it out. Everything seems to work great. Thanks a bunch!