Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0030274 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] A. Platform | minor | always | 2015-06-29 13:08 | 2015-08-20 23:15 | |||
Reporter | egoitz | View Status | public | |||||
Assigned To | caristu | |||||||
Priority | urgent | Resolution | fixed | Fixed in Version | 3.0PR15Q4 | |||
Status | closed | Fix in branch | Fixed in SCM revision | b685cad82eef | ||||
Projection | none | ETA | none | Target Version | 3.0PR15Q4 | |||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Review Assigned To | alostale | |||||||
Web browser | ||||||||
Modules | Core | |||||||
Regression level | Production - Confirmed Stable | |||||||
Regression date | 2014-07-04 | |||||||
Regression introduced in release | 3.0PR14Q4 | |||||||
Regression introduced by commit | https://code.openbravo.com/erp/devel/pi/rev/ef7047ab914c [^] | |||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0030274: In saved views with multiple criteria in one field, the uuid value is shown in the column header when filtering sometimes | |||||||
Description | In saved views, when filtering on a FK column with two values, and then on a next column filtering a different FK for a unique value, the value shown on the last column is the uuid | |||||||
Steps To Reproduce | Steps to reproduce: 1. Go to Sales Order window 2. In grid view, filter business partner form the drop-down by "==Hoteles Buenas Noches, S.A. or ==Restaurantes Luna Llena, S.A." and Payment method "==Transferencia" 3. Save view as "test" 4. Reopen sales order window and apply the saved view "test" -> payment method filter shows its identifier ==A97CFD2AFC234B59BB0A72189BD8FC2A instead of ==Transferencia, making subsequent filtering actions fail. Notes: - If you filter business partner by just one value, behavior is always ok - If you move the column business partner after the column with a single filter, behavior seems to be OK too, however if business partner (or the column with several values selected from the drop down) is before payment method, behavior is wrong. | |||||||
Tags | No tags attached. | |||||||
Attached Files | issue30274.diff [^] (1,662 bytes) 2015-06-30 17:42 [Show Content] | |||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | |||||||||||||||||||||||||||||
|
Notes | |
(0078597) caristu (developer) 2015-06-30 17:42 |
Attached proposed solution |
(0078610) hgbot (developer) 2015-07-02 09:41 |
Repository: erp/devel/pi Changeset: b685cad82eef0fe99f6c75a0e9a60854b75b20ab Author: Carlos Aristu <carlos.aristu <at> openbravo.com> Date: Thu Jul 02 09:40:16 2015 +0200 URL: http://code.openbravo.com/erp/devel/pi/rev/b685cad82eef0fe99f6c75a0e9a60854b75b20ab [^] Fixes issue 30274: uuid appear in saved views with multiple criteria on a field When a view is saved while any of its filters are currently using the 'id' filter type, the id and identifier of the selected options are stored in a cache. If we have multiple criteria on one field, an internal loop is executed to retrieve all the criterias in the getFKFilterAuxiliaryCache function. The problem was that this internal loop was using the same variable as the external one to insert those criterias into the cache. This caused that the subsequent filters for next fields were not being handled properly as the condition of the external loop was not being fulfilled anymore due to the increment done in the internal loop. This has been solved just using a new variable 'j' in the internal loop. --- M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-grid.js --- |
(0078694) alostale (manager) 2015-07-07 09:44 |
code reviewed tested: * Saved view * Default saved view * Direct link |
(0079446) hudsonbot (developer) 2015-08-20 23:15 |
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/8c91718397a5 [^] Maturity status: Test |
Issue History | |||
Date Modified | Username | Field | Change |
2015-06-29 13:08 | egoitz | New Issue | |
2015-06-29 13:08 | egoitz | Assigned To | => platform |
2015-06-29 13:08 | egoitz | Modules | => Core |
2015-06-29 13:08 | egoitz | Resolution time | => 1437343200 |
2015-06-29 13:08 | egoitz | Triggers an Emergency Pack | => No |
2015-06-29 13:08 | egoitz | Relationship added | related to 0027769 |
2015-06-29 13:24 | eugeni | Issue Monitored: eugeni | |
2015-06-29 15:15 | alostale | Status | new => scheduled |
2015-06-29 15:15 | alostale | Assigned To | platform => caristu |
2015-06-30 17:42 | caristu | File Added: issue30274.diff | |
2015-06-30 17:42 | caristu | Note Added: 0078597 | |
2015-07-01 12:27 | caristu | Status | scheduled => acknowledged |
2015-07-01 12:27 | caristu | Status | acknowledged => scheduled |
2015-07-01 12:29 | alostale | Relationship added | caused by 0025211 |
2015-07-01 12:30 | caristu | Summary | The uuid value is shown in the column header when filtering. => In saved views with multiple criteria in one field, the uuid value is shown in the column header when filtering sometimes |
2015-07-01 12:31 | caristu | Description Updated | View Revisions |
2015-07-01 12:32 | caristu | Regression level | => Production - Confirmed Stable |
2015-07-01 12:32 | caristu | Regression date | => 2014-07-04 |
2015-07-01 12:32 | caristu | Regression introduced in release | => 3.0PR14Q4 |
2015-07-01 12:32 | caristu | Regression introduced by commit | => https://code.openbravo.com/erp/devel/pi/rev/ef7047ab914c [^] |
2015-07-01 12:32 | caristu | Severity | major => minor |
2015-07-02 09:36 | caristu | Issue Monitored: alostale | |
2015-07-02 09:37 | caristu | Review Assigned To | => alostale |
2015-07-02 09:37 | caristu | Target Version | => 3.0PR15Q4 |
2015-07-02 09:41 | hgbot | Checkin | |
2015-07-02 09:41 | hgbot | Note Added: 0078610 | |
2015-07-02 09:41 | hgbot | Status | scheduled => resolved |
2015-07-02 09:41 | hgbot | Resolution | open => fixed |
2015-07-02 09:41 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/b685cad82eef0fe99f6c75a0e9a60854b75b20ab [^] |
2015-07-07 09:44 | alostale | Note Added: 0078694 | |
2015-07-07 09:44 | alostale | Status | resolved => closed |
2015-07-07 09:44 | alostale | Fixed in Version | => 3.0PR15Q4 |
2015-08-20 23:15 | hudsonbot | Checkin | |
2015-08-20 23:15 | hudsonbot | Note Added: 0079446 |
Copyright © 2000 - 2009 MantisBT Group |