View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0005075 | mantisbt | filters | public | 2005-01-06 10:59 | 2005-04-18 10:23 |
| Reporter | MFWSchmidt | Assigned To | thraxisp | ||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Product Version | 0.19.1 | ||||
| Fixed in Version | 1.0.0a1 | ||||
| Summary | 0005075: Add additional standard filter attributes | ||||
| Description | Like in the Excel Autofilter mechanism it is desirable to be able to specify not only "any" but also "empty" (or "none") and "non empty" as a global criterion for any filter that searches for strings. | ||||
| Additional Information | The project I care for needs to select all issues where the value for "fixed in version" has not yet been set. So I have modified our current mantis version to include the attribute "none" in the selection list (similar to the field "Assigned to"). The modification is fairly simple and affects only a few lines in two files: view_filters_page.php and core\filter_api.php. | ||||
| Tags | No tags attached. | ||||
| Attached Files | |||||
| has duplicate | 0004718 | closed | thraxisp | Not possible to select blank fields in filter |
| has duplicate | 0004932 | closed | thraxisp | In advanced filter mode, display 'empty' values in drop-down lists as '[empty]' istead showing blank list box entry |
| related to | 0005370 | closed | thraxisp | Add additional standard filter attributes ('not empty') |
|
Could you put your changes here? |
|
|
I added the modifications I made. The code is based on mantis version 0.19.1 Apparently this issue has a dulicate: 0004718 |
|
|
A partial fix in in CVS covering the 'none' case. Another issue (0005370) was raised to cover the 'not empty' case. |
|