View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0006873 | mantisbt | filters | public | 2006-03-20 07:27 | 2013-12-13 10:22 |
| Reporter | moudsen | Assigned To | atrol | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | unable to reproduce | ||
| Product Version | 1.0.1 | ||||
| Summary | 0006873: Filter "forgets" selected filter when returning to "View Issues" from issue | ||||
| Description |
| ||||
| Additional Information | Please make the selected filter come back when returning with "View Issues" hyperlink. At this moment I have to reselect the filter again and again after each change. | ||||
| Tags | No tags attached. | ||||
|
I fixed this in my local copy of Mantis (well, UMantis actually) by adding "source_query_id" to the filter_string whenever a filter is selected. Then when the filter-selection menu is displayed, the OPTION values are compared and the "selected" value is set. I made the following two changes: ./view_all_set.php (approximatly around line 433), inserted:
./core/filter_api.php (approximately around line 2028), changed to:
To be sure, I'm an Mantis novice and there may be a better way of doing this. But it seems to be working for me. Eddie |
|
|
Same issue as 0006491 and 0006873. 0006491 has the best discussion of issue. |
|
|
This issue is not reproducible with the current version of MantisBT. We recommend that you upgrade to the latest stable version [1]; if after doing so the problem persists, do not hesitate to reopen the issue, with additional relevant information. [1] https://sourceforge.net/projects/mantisbt/files/mantis-stable/ |
|