View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0035179 | mantisbt | filters | public | 2024-12-18 12:50 | 2025-03-01 18:40 |
Reporter | elpoutro | Assigned To | dregad | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 2.19.0 | ||||
Target Version | 2.27.1 | Fixed in Version | 2.27.1 | ||
Summary | 0035179: Could not use plugins filters with "Permalink" | ||||
Description | We could not use Plugins filters such as FilterBugList (https://github.com/mantisbt-plugins/FilterBugList) with "Permalink" due to as mistake I made few years ago by resolving this issue: https://mantisbt.org/bugs/view.php?id=25072 | ||||
Steps To Reproduce | 1) Add the "FilterBugList" plugin in Manits (https://github.com/mantisbt-plugins/FilterBugList) | ||||
Tags | No tags attached. | ||||
PR https://github.com/mantisbt/mantisbt/pull/2108 (replaces @elpoutro's) |
|
MantisBT: master-2.27 5dcb6cb1 2025-02-25 19:40 Details Diff |
Fix Undefined array key with Plugin Filters When following a permalink including a Plugin Filter field, search.php throws an "Undefined array key" SYSTEM WARNING. This is due to an incorrect default in gpc_get_*() calls to get the filter value, introduced in commit a759e186f1f7b0e1f07a182b454131e8b5e6d020 (Issue 0025072). Fixes 0035179 |
Affected Issues 0025072, 0035179 |
|
mod - search.php | Diff File |