Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0027233Openbravo ERPA. Platformpublic2014-07-30 10:052014-08-08 18:54
Sandrahuguet 
alostale 
immediatemajoralways
closedfixed 
20Community Appliance
 
3.0PR14Q4 
shankarb
Core
Pre packaging ( pi )
2014-05-25
main
https://code.openbravo.com/erp/devel/pi/rev/402d7bca3f774737bf194cb7cbe41d2454a69326 [^]
No
0027233: Country combo does not show all available options
Country combo does not show all countries in Business Parnert window Bank Account tab
-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
No tags attached.
caused by feature request 00262673.0PR14Q3 closed shankarb Re-implement combos (table and tableDir) to use datasources 
causes defect 00274073.0PR14Q3 closed AugustoMauch System info window can not be edited 
Issue History
2014-07-30 10:05SandrahuguetNew Issue
2014-07-30 10:05SandrahuguetAssigned To => alostale
2014-07-30 10:05SandrahuguetModules => Core
2014-07-30 10:05SandrahuguetRegression introduced in release => pi
2014-07-30 10:05SandrahuguetTriggers an Emergency Pack => No
2014-07-30 14:05alostaleRelationship addedcaused by 0026267
2014-07-30 14:06alostaleRegression level => Pre packaging ( pi )
2014-07-30 14:06alostaleRegression date => 2014-05-25
2014-07-30 14:06alostaleRegression introduced in releasepi => main
2014-07-30 14:06alostaleRegression introduced by commit => https://code.openbravo.com/erp/devel/pi/rev/402d7bca3f774737bf194cb7cbe41d2454a69326 [^]
2014-07-30 14:10alostaleNote Added: 0068978
2014-07-30 15:31alostaleReview Assigned To => shankarb
2014-07-30 15:33hgbotCheckin
2014-07-30 15:33hgbotNote Added: 0068979
2014-07-30 15:33hgbotStatusnew => resolved
2014-07-30 15:33hgbotResolutionopen => fixed
2014-07-30 15:33hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/a496e0ae760c8270868810311fa9df01794fec98 [^]
2014-07-30 15:33hgbotCheckin
2014-07-30 15:33hgbotNote Added: 0068980
2014-07-31 06:44shankarbNote Added: 0068998
2014-07-31 06:44shankarbStatusresolved => closed
2014-07-31 06:44shankarbFixed in Version => 3.0PR14Q4
2014-08-08 18:54hudsonbotCheckin
2014-08-08 18:54hudsonbotNote Added: 0069242
2014-08-08 18:54hudsonbotCheckin
2014-08-08 18:54hudsonbotNote Added: 0069243
2014-08-21 14:05AugustoMauchRelationship addedcauses 0027407

Notes
(0068978)
alostale   
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   
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   
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   
2014-07-31 06:44   
Code reviewed and verified in pi changeset be933e11432c.
(0069242)
hudsonbot   
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   
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