Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0027233 | Openbravo ERP | A. Platform | public | 2014-07-30 10:05 | 2014-08-08 18:54 |
|
Reporter | Sandrahuguet | |
Assigned To | alostale | |
Priority | immediate | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 20 | OS Version | Community Appliance |
Product Version | | |
Target Version | | Fixed in Version | 3.0PR14Q4 | |
Merge Request Status | |
Review Assigned To | shankarb |
OBNetwork customer | |
Web browser | |
Modules | Core |
Support ticket | |
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 |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | caused by | feature request | 0026267 | 3.0PR14Q3 | closed | shankarb | Re-implement combos (table and tableDir) to use datasources | causes | defect | 0027407 | 3.0PR14Q3 | closed | AugustoMauch | System info window can not be edited |
|
Attached Files | |
|
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 |
Notes |
|
|
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
|
|
|
|
(0068998)
|
shankarb
|
2014-07-31 06:44
|
|
Code reviewed and verified in pi changeset be933e11432c. |
|
|
|
|
|
|
|