Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0027233 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] A. Platform | major | always | 2014-07-30 10:05 | 2014-08-08 18:54 | |||
Reporter | Sandrahuguet | View Status | public | |||||
Assigned To | alostale | |||||||
Priority | immediate | Resolution | fixed | Fixed in Version | 3.0PR14Q4 | |||
Status | closed | Fix in branch | Fixed in SCM revision | a496e0ae760c | ||||
Projection | none | ETA | none | Target Version | ||||
OS | Linux 32 bit | Database | PostgreSQL | Java version | 1.6.0_18 | |||
OS Version | Community Appliance | Database version | 8.3.9 | Ant version | 1.7.1 | |||
Product Version | SCM revision | |||||||
Review Assigned To | shankarb | |||||||
Web browser | ||||||||
Modules | Core | |||||||
Regression level | Pre packaging ( pi ) | |||||||
Regression date | 2014-05-25 | |||||||
Regression introduced in release | main | |||||||
Regression introduced by commit | https://code.openbravo.com/erp/devel/pi/rev/402d7bca3f774737bf194cb7cbe41d2454a69326 [^] | |||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0027233: Country combo does not show all available options | |||||||
Description | Country combo does not show all countries in Business Parnert window Bank Account tab | |||||||
Steps To Reproduce | -Go to Business Partner window ·Select Alimentos y Supermercados S.A -Navigate to Bank Account tab ·Create new record ·In country combo try to select Spain ·Notice that Spain is not in the list of available countries | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | |||||||||||||||
|
Notes | |
(0068978) alostale (manager) 2014-07-30 14:10 |
The problem is caused because selected default value (United States) is not in the 1st page of the combo, when this occurs 2 misbehaviors happen: 1. Selected value is incorrectly added to the end of the 1st page with a ** prefix -> this shouldn't be prefixed with ** and should appear in the page it corresponds by sorting 2. Because of this addition page is not correctly calculated, this wrong calculation makes SC understand the whole dataset is in 1st page so subsequent filtering is done in local, this is the reason Spain not being found (as it is not in 1st page) |
(0068979) hgbot (developer) 2014-07-30 15:33 |
Repository: erp/devel/pi Changeset: a496e0ae760c8270868810311fa9df01794fec98 Author: Asier Lostalé <asier.lostale <at> openbravo.com> Date: Wed Jul 30 15:31:26 2014 +0200 URL: http://code.openbravo.com/erp/devel/pi/rev/a496e0ae760c8270868810311fa9df01794fec98 [^] fixed bug 27233: incorrect combos if selected value is not in 1st page --- M modules/org.openbravo.service.datasource/src/org/openbravo/service/datasource/ComboTableDatasourceService.java M src/org/openbravo/erpCommon/utility/ComboTableData.java --- |
(0068980) hgbot (developer) 2014-07-30 15:33 |
Repository: erp/devel/pi Changeset: 687d91cddde84325d5ca048050f8c4ffd23e5f9c Author: Asier Lostalé <asier.lostale <at> openbravo.com> Date: Wed Jul 30 15:33:11 2014 +0200 URL: http://code.openbravo.com/erp/devel/pi/rev/687d91cddde84325d5ca048050f8c4ffd23e5f9c [^] related to bug 27233: added test case --- M src-test/org/openbravo/test/datasource/TestComboDatasource.java --- |
(0068998) shankarb (reporter) 2014-07-31 06:44 |
Code reviewed and verified in pi changeset be933e11432c. |
(0069242) hudsonbot (developer) 2014-08-08 18:54 |
A changeset related to this issue has been promoted main and to the Central Repository, after passing a series of tests. Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/4450016dee64 [^] Maturity status: Test |
(0069243) hudsonbot (developer) 2014-08-08 18:54 |
A changeset related to this issue has been promoted main and to the Central Repository, after passing a series of tests. Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/4450016dee64 [^] Maturity status: Test |
Issue History | |||
Date Modified | Username | Field | Change |
2014-07-30 10:05 | Sandrahuguet | New Issue | |
2014-07-30 10:05 | Sandrahuguet | Assigned To | => alostale |
2014-07-30 10:05 | Sandrahuguet | Modules | => Core |
2014-07-30 10:05 | Sandrahuguet | Regression introduced in release | => pi |
2014-07-30 10:05 | Sandrahuguet | Triggers an Emergency Pack | => No |
2014-07-30 14:05 | alostale | Relationship added | caused by 0026267 |
2014-07-30 14:06 | alostale | Regression level | => Pre packaging ( pi ) |
2014-07-30 14:06 | alostale | Regression date | => 2014-05-25 |
2014-07-30 14:06 | alostale | Regression introduced in release | pi => main |
2014-07-30 14:06 | alostale | Regression introduced by commit | => https://code.openbravo.com/erp/devel/pi/rev/402d7bca3f774737bf194cb7cbe41d2454a69326 [^] |
2014-07-30 14:10 | alostale | Note Added: 0068978 | |
2014-07-30 15:31 | alostale | Review Assigned To | => shankarb |
2014-07-30 15:33 | hgbot | Checkin | |
2014-07-30 15:33 | hgbot | Note Added: 0068979 | |
2014-07-30 15:33 | hgbot | Status | new => resolved |
2014-07-30 15:33 | hgbot | Resolution | open => fixed |
2014-07-30 15:33 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/a496e0ae760c8270868810311fa9df01794fec98 [^] |
2014-07-30 15:33 | hgbot | Checkin | |
2014-07-30 15:33 | hgbot | Note Added: 0068980 | |
2014-07-31 06:44 | shankarb | Note Added: 0068998 | |
2014-07-31 06:44 | shankarb | Status | resolved => closed |
2014-07-31 06:44 | shankarb | Fixed in Version | => 3.0PR14Q4 |
2014-08-08 18:54 | hudsonbot | Checkin | |
2014-08-08 18:54 | hudsonbot | Note Added: 0069242 | |
2014-08-08 18:54 | hudsonbot | Checkin | |
2014-08-08 18:54 | hudsonbot | Note Added: 0069243 | |
2014-08-21 14:05 | AugustoMauch | Relationship added | causes 0027407 |
Copyright © 2000 - 2009 MantisBT Group |