Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0022794 | Openbravo ERP | A. Platform | public | 2013-01-14 17:51 | 2013-01-24 04:59 |
|
Reporter | mirurita | |
Assigned To | shankarb | |
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 20 | OS Version | Community Appliance |
Product Version | pi | |
Target Version | 3.0MP20 | Fixed in Version | 3.0MP20 | |
Merge Request Status | |
Review Assigned To | AugustoMauch |
OBNetwork customer | OBPS |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0022794: Sorting criteria not working in business partner selector in maximized view (using magnifying glass) |
Description | When you try to sort by any column the business partner selector it is not working. The sorting criteria is not applied. |
Steps To Reproduce | 1) Create a new sales invoice header for "F&B España - Región Norte"
2) Click on magnifying glass icon in business partner selector
3) Realize that the records are sorted by Name column ascendant (A --> Z)
4) Click on Name header to sort them descendant (Z --> A)
5) Realize that they are not sorted.
Same result for the rest of the columns. |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | Sorting not working in bp selector .png (60,883) 2013-01-14 17:51 https://issues.openbravo.com/file_download.php?file_id=5890&type=bug

|
|
Issue History |
Date Modified | Username | Field | Change |
2013-01-14 17:51 | mirurita | New Issue | |
2013-01-14 17:51 | mirurita | Assigned To | => AugustoMauch |
2013-01-14 17:51 | mirurita | File Added: Sorting not working in bp selector .png | |
2013-01-14 17:51 | mirurita | Modules | => Core |
2013-01-14 17:51 | mirurita | OBNetwork customer | => Yes |
2013-01-14 17:51 | mirurita | Resolution time | => 1360882800 |
2013-01-14 17:51 | mirurita | Triggers an Emergency Pack | => No |
2013-01-23 06:39 | shankarb | Assigned To | AugustoMauch => shankarb |
2013-01-23 06:40 | shankarb | Status | new => scheduled |
2013-01-23 06:40 | shankarb | fix_in_branch | => pi |
2013-01-23 07:35 | shankarb | Review Assigned To | => AugustoMauch |
2013-01-23 07:35 | shankarb | fix_in_branch | pi => |
2013-01-23 07:36 | shankarb | Issue Monitored: AugustoMauch | |
2013-01-23 07:36 | hgbot | Checkin | |
2013-01-23 07:36 | hgbot | Note Added: 0055749 | |
2013-01-23 07:36 | hgbot | Status | scheduled => resolved |
2013-01-23 07:36 | hgbot | Resolution | open => fixed |
2013-01-23 07:36 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/e8e00b1d96bb67e72fccb608e4238ef2d515723d [^] |
2013-01-23 08:19 | hgbot | Checkin | |
2013-01-23 08:19 | hgbot | Note Added: 0055750 | |
2013-01-23 09:40 | AugustoMauch | Note Added: 0055751 | |
2013-01-23 09:40 | AugustoMauch | Status | resolved => closed |
2013-01-23 09:40 | AugustoMauch | Fixed in Version | => 3.0MP20 |
2013-01-24 04:59 | hudsonbot | Checkin | |
2013-01-24 04:59 | hudsonbot | Note Added: 0055782 | |
2013-01-24 04:59 | hudsonbot | Checkin | |
2013-01-24 04:59 | hudsonbot | Note Added: 0055783 | |
Notes |
|
(0055749)
|
hgbot
|
2013-01-23 07:36
|
|
Repository: erp/devel/pi
Changeset: e8e00b1d96bb67e72fccb608e4238ef2d515723d
Author: Shankar Balachandran <shankar.balachandran <at> openbravo.com>
Date: Wed Jan 23 12:02:46 2013 +0530
URL: http://code.openbravo.com/erp/devel/pi/rev/e8e00b1d96bb67e72fccb608e4238ef2d515723d [^]
Fixes Issue 0022794: Sorting criteria not working in business partner selector
The order by clause did not find the match for the field if it has a minus before it.
Modified the getSortBy method to accomodate the same.
---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-number.js
M modules/org.openbravo.userinterface.selector/src/org/openbravo/userinterface/selector/CustomQuerySelectorDatasource.java
---
|
|
|
(0055750)
|
hgbot
|
2013-01-23 08:19
|
|
Repository: erp/devel/pi
Changeset: 1ed6b457f1176b1ba994202a8ee2c809863cb559
Author: Shankar Balachandran <shankar.balachandran <at> openbravo.com>
Date: Wed Jan 23 12:48:23 2013 +0530
URL: http://code.openbravo.com/erp/devel/pi/rev/1ed6b457f1176b1ba994202a8ee2c809863cb559 [^]
Related to Issue 0022794 : Remove unnecessary code modifications
---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-number.js
---
|
|
|
|
Code reviewed and verified in pi@1ed6b457f117 |
|
|
|
|
|
|
|