View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0024140 | mantisbt | filters | public | 2018-03-20 10:01 | 2018-03-31 19:58 |
Reporter | cem | Assigned To | cproensa | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Target Version | 2.13.0 | Fixed in Version | 2.13.0 | ||
Summary | 0024140: Application error 401: "ORDER BY clause is not in SELECT list" when sorting by category or project | ||||
Description | When i go the the page : "View issues" (in "view_all_bug_page.php"), this message is displayed (cf the screenshot) <i> Sorry for my porr English </i> | ||||
Steps To Reproduce | Connect to Mantis Bug Tracker with my account The steps I went through before I encounter the problem and got the error message : Now, if i select a project and go to View Issues ==> It's Ok | ||||
Additional Information | Version : MantisBT 2.13.0-dev-master-a646ff8 (sorry this version don't exist in available values of the drop-down menu) | ||||
Tags | No tags attached. | ||||
|
|
I'll look into it ASAP |
|
PR: https://github.com/mantisbt/mantisbt/pull/1319 This affects sorting by category or project. |
|
I don't know if it can help you but when i connect again to MantisBT, i have this message when i go to "View Issues" : (cf screenshot) <i> (Before I selected the project = mantisbt) </i> |
|
Your filter is saved and it fails when trying to perform the query.
|
|
Thank you for your explications : it's amazing, it's good again !!! Thank you ! |
|
MantisBT: master 74ca8bc6 2018-03-20 19:07:44 Committer: atrol Details Diff |
Fix order by clause not in select list Strict sql syntax requires the order by clause to appear in the select list. Otherwise, some rdbms may fail. Eg: pgsql, or mysql with sql_mode=ONLY_FULL_GROUP_BY Fixes: 0024140 |
Affected Issues 0024140 |
|
mod - core/classes/BugFilterQuery.class.php | Diff File |