View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0012304 | mantisbt | filters | public | 2010-08-27 14:23 | 2013-10-04 14:14 |
| Reporter | daryn | Assigned To | daryn | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Product Version | 1.2.3 | ||||
| Target Version | 1.2.3 | Fixed in Version | 1.2.3 | ||
| Summary | 0012304: If plugins set a params value for plugin filters the values are dropped. | ||||
| Description | The value return from plugin query function is an array of parameters to be added to the filter parameters. filter api calls array_merge for the 'params' element but the merge is not assigned back to the where params variable so the values are lost. | ||||
| Steps To Reproduce | Create a plugin filter. use db_param in the query and put the values in the params element of the return array. Attempt to filter by the plugin filter. Fail. | ||||
| Tags | No tags attached. | ||||
|
MantisBT: master b30ca3b9 2010-08-27 14:25 Details Diff |
Fix 0012304 - If plugins set a params value for plugin filters the values are dropped. |
Affected Issues 0012304 |
|
| mod - core/filter_api.php | Diff File | ||
|
MantisBT: master-1.2.x 9d56dad2 2010-08-27 14:25 Details Diff |
Fix 0012304 - If plugins set a params value for plugin filters the values are dropped. |
Affected Issues 0012304 |
|
| mod - core/filter_api.php | Diff File | ||