Modify ↓
#8626 closed defect (fixed)
[PATCH] custom query status checkboxes incorrect with multiple negative constraints on status
Reported by: | ebray | Owned by: | ebray |
---|---|---|---|
Priority: | normal | Milestone: | 0.11.6 |
Component: | ticket system | Version: | devel |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
This also affects filtering on 'Resolution'.
If a negative constraint on status is given, for example "not closed", then all the checkboxes will be checked except for closed—this is correct.
However, if multiple negative constraints are given, for example "not closed and not new" then all checkboxes are checked. Instead, all checkboxes but closed and new should be checked.
The actual SQL query that's generated in this case is correct. It's just the display of the filter that's incorrect.
Attachments (1)
Change History (3)
by , 15 years ago
Attachment: | trac-ticket-8626-r8557.patch added |
---|
comment:1 by , 15 years ago
Milestone: | → 0.11.6 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
comment:2 by , 15 years ago
Owner: | set to |
---|
Note:
See TracTickets
for help on using tickets.
Applied in [8560]. Thanks!