View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0017457 | mantisbt | filters | public | 2014-06-19 07:34 | 2014-12-05 18:33 |
Reporter | kelson | Assigned To | dregad | ||
Priority | normal | Severity | crash | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 1.2.17 | ||||
Target Version | 1.2.18 | Fixed in Version | 1.2.18 | ||
Summary | 0017457: Column summary of the free text search is not prefixed by table (filter_api) | ||||
Description | Hi, Since I installed a plugin with a join on mantis_bug_table, when the column of the plugin and the free text serach are used, I have this error message : I took a look at the filter_api and I found the issue at line 1979. $t_textsearch_where_clause .= '( ' . db_helper_like( 'summary' ) . | ||||
Tags | No tags attached. | ||||
Thanks for the report, I'll try to have a look later this week |
|
BTW, can you provide details (link, source code) on the plugin causing this issue ? |
|
Hi dregad, The plugin causing this issue is an internal plugin. $t_query = array( |
|
MantisBT: master-1.2.x d345c5b8 2014-06-19 12:35 Details Diff |
Filter API: add missing table prefix When building the where clause for free-text search, the filter API did not prefix the 'summary' column with the table name. Fixes 0017457 |
Affected Issues 0017457 |
|
mod - core/filter_api.php | Diff File | ||
MantisBT: master 7ee12d37 2014-06-19 12:35 Details Diff |
Filter API: add missing table prefix When building the where clause for free-text search, the filter API did not prefix the 'summary' column with the table name. Fixes 0017457 |
Affected Issues 0017457 |
|
mod - core/filter_api.php | Diff File |