Modify ↓
Opened 6 years ago
Closed 6 years ago
#13174 closed defect (fixed)
Checkbox as a custom field renders "True"/"False" in results of query view
| Reported by: | Jun Omae | Owned by: | Jun Omae |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.0.18 |
| Component: | query system | Version: | 1.0-stable |
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: |
Fix inconsistent behaivior of query view for checkbox fields. |
||
| API Changes: | |||
| Internal Changes: | |||
Attachments (2)
Change History (6)
by , 6 years ago
| Attachment: | query-view.png added |
|---|
by , 6 years ago
| Attachment: | ticket-view.png added |
|---|
comment:1 by , 6 years ago
comment:4 by , 6 years ago
| Release Notes: | modified (diff) |
|---|---|
| Resolution: | → fixed |
| Status: | assigned → closed |
Thanks for the reviewing! Committed in [16950] and merged in [16951,16952].
Note:
See TracTickets
for help on using tickets.





I noticed csv/tsv download of query page has a similar issue. csv download of ticket view renders
1/0for checkbox fields, but csv download of query page rendersTrue/False. Those should be1/0.