View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0009773 | mantisbt | custom fields | public | 2008-11-03 13:24 | 2010-04-23 23:23 |
| Reporter | pramsent | Assigned To | dhx | ||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | closed | Resolution | duplicate | ||
| Summary | 0009773: Sorting of two custom fields does not work | ||||
| Description | I try to sort my view issue list by two custom fields and get an error message (see additional information) Is there a patch or other possibility to get this working? Is there a possibility to sort by more than two fields? thanks - great work | ||||
| Additional Information | APPLICATION ERROR 0000401 | ||||
| Tags | No tags attached. | ||||
|
I'm using 1.1.1 |
|
|
I've got the same problem with the so called "stable version" 1.1.6. a similar report is this: in this thread a solution is suggested: because that didn't work as well for me, i developed a new working solution: just open and search for the line: if sorting by a custom field ## was error, now changedif ( strpos( $csort, 'custom' ) === 0 ) { and then replace this: by THIS: Have fun, meejiuus |
|
|
This problem is still present in 1.1.7. |
|
|
still present in 1.2.0a3 |
|
|
Workaround: _ Works! Example: |
|
|
See issue 5859 for a better solution. |
|
|
This can be solved with alias as tablenames: In core\filter_api.php Old Code: if sorting by a custom field
New Code: if sorting by a custom field
Perhaps could you implement this in the next release. Regards |
|