Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0005236 | Openbravo ERP | Z. Others | public | 2008-09-24 15:53 | 2009-05-18 15:25 |
|
Reporter | shuehner | |
Assigned To | shuehner | |
Priority | normal | Severity | minor | Reproducibility | N/A |
Status | closed | Resolution | no change required | |
Platform | | OS | 5 | OS Version | |
Product Version | pi | |
Target Version | | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0005236: Sorting by more than one column is not working in at least Product Complete & Business Partner Selector |
Description | Sorting by more than one column does not work the grid is only sorted by the first column |
Steps To Reproduce | -> Info -> Product Complete
-> Sort by i.e. Unit
-> Sort additionally by i.e. Key (with Strg)
the second sorting criteria is not applied |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0008579 | | closed | shuehner | SQL injection in selectors | depends on | backport | 0005301 | | closed | shuehner | Sorting by more than one column is not working in at least Product Complete & Business Partner Selector |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2008-09-24 15:53 | shuehner | New Issue | |
2008-09-24 15:53 | shuehner | Assigned To | => cromero |
2008-09-24 15:53 | shuehner | sf_bug_id | 0 => 2126457 |
2008-09-24 15:53 | shuehner | Regression testing | => No |
2008-09-29 10:31 | psarobe | Status | new => scheduled |
2008-09-29 10:31 | psarobe | Assigned To | cromero => dbaz |
2008-09-29 10:31 | psarobe | fix_in_branch | => trunk |
2008-12-23 02:22 | dbaz | Note Added: 0011684 | |
2008-12-23 02:22 | dbaz | Assigned To | dbaz => gorka_gil |
2009-02-10 17:00 | gorka_gil | Assigned To | gorka_gil => shuehner |
2009-02-13 17:20 | shuehner | Note Added: 0013485 | |
2009-05-15 12:28 | shuehner | Note Added: 0016382 | |
2009-05-18 15:24 | shuehner | Relationship added | related to 0008579 |
2009-05-18 15:25 | shuehner | Status | scheduled => closed |
2009-05-18 15:25 | shuehner | Note Added: 0016426 | |
2009-05-18 15:25 | shuehner | Resolution | open => no change required |
Notes |
|
(0011684)
|
dbaz
|
2008-12-23 02:22
|
|
This problem seems to affect only to Information (selector) windows
It seems to be a problem with the ORDER BY of the SQL of each Information (selector) because:
* The issue only affects Information windows (relation windows run ok)
* It affects both r2.40 (Dojo 0.4.3) and r2.50 (Dojo 1.2.x), so the issue it is not a javascript problem (because it fails with different functions) |
|
|
|
dbaz is right, the parameter are sent properly to the backend, but not correctly handled for the selectors in the case of multiple sort columns. Each selector has to be checked/fixed individually. |
|
|
|
List of selectors where does not work:
Account selector
Account Element Value
Business partner
Business Partner multiple
Debt/Payment
Invoice
Invoice Line
Locator
Order
Orderline
Product multiple
Project
Shipment/Receipt line |
|
|
|
No change required as the fix for issue 8579 did introduce the necessary changes for all selectors to be able to support sorting by more then one column. |
|