View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0008069 | mantisbt | bugtracker | public | 2007-06-15 11:25 | 2012-09-16 17:21 |
Reporter | marc | Assigned To | dregad | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | duplicate | ||
Product Version | 1.0.7 | ||||
Summary | 0008069: "saved filter popup" always resets itself | ||||
Description | The popup which lets you select saved filters always jumps back to "Reset Filter". It should show the selected filter. Patch attached. I compate the encoded filter string from the cookie with the one from the database, and select the corresponding option. | ||||
Additional Information | --- mantis-1.0.7/core/filter_api.php 2006-05-06 05:01:07.000000000 +0200
@@ -2317,6 +2324,9 @@
| ||||
Tags | patch | ||||
Thanks for the patch. I have updated it to apply on current 1.2.x branch, and made a few improvements Testing and feedback welcome |
|
It turns out that this is a duplicate of 0006491, and the issue was already resolved in a more elegant way in 1.3 so I'll backport the fix. |
|