Commit 562ed9d
authored
LT-3646: Unchecked checkboxes count as "no data"
When determining field visibility, treat unchecked checkboxes
as if they have "no data".
Note: This change applies to all checkboxes stored as a Boolean,
and one checkbox that is stored as an integer. To apply the new
behavior to a checkbox stored as an integer, and avoid changing
the behavior of all integer fields, we specifically identify the
integer field. There is a possibility that we missed other checkbox
fields that are stored as an integer.1 parent c4cc09d commit 562ed9d
1 file changed
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2807 | 2807 | | |
2808 | 2808 | | |
2809 | 2809 | | |
| 2810 | + | |
| 2811 | + | |
| 2812 | + | |
| 2813 | + | |
| 2814 | + | |
| 2815 | + | |
| 2816 | + | |
| 2817 | + | |
| 2818 | + | |
2810 | 2819 | | |
2811 | 2820 | | |
2812 | 2821 | | |
| |||
0 commit comments