Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0019524 | Openbravo ERP | A. Platform | public | 2012-01-19 15:25 | 2012-03-02 15:35 |
|
Reporter | jecharri | |
Assigned To | AugustoMauch | |
Priority | high | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | pi | |
Target Version | 3.0MP9 | Fixed in Version | 3.0MP9 | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | OBPS |
Web browser | |
Modules | Core |
Support ticket | 13452 |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0019524: Problems with window personalization |
Description | I will explain in steps to reproduce. |
Steps To Reproduce | As "Group Admin" go to window "Business Partner"
-Select "Healthy Food Supermarkets, Co." partner.
-Save the view clicking in the button "Save View" from the toolbar.
-Close the window
After that, go to window "Goods shipment":
-select one record for BP "Alimentos y Supermercados, S.A."
-click in the link of "Business Partner" field to navigate to the Business Partner window.
-When you are in the window "Business Partner", with record "Alimentos y Supermercados S.A." selected, load the view that you have saved before.
You will see that the data of the tab "Customer" is incorrect (You see the information related to the BP "Healthy Food Supermarkets, Co.") [image.png] |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0019496 | 3.0MP10 | closed | alostale | Form personalization tool is not working correctly with users |
|
Attached Files | image.png (132,501) 2012-01-19 15:25 https://issues.openbravo.com/file_download.php?file_id=4918&type=bug

|
|
Issue History |
Date Modified | Username | Field | Change |
2012-01-19 15:25 | jecharri | New Issue | |
2012-01-19 15:25 | jecharri | Assigned To | => alostale |
2012-01-19 15:25 | jecharri | File Added: image.png | |
2012-01-19 15:25 | jecharri | Modules | => Core |
2012-01-19 15:25 | jecharri | OBNetwork customer | => Yes |
2012-01-19 15:25 | jecharri | Support ticket | => 13452 |
2012-01-19 15:25 | jecharri | Resolution time | => 1333749600 |
2012-01-19 15:25 | jecharri | Relationship added | related to 0019496 |
2012-02-02 15:48 | jecharri | Steps to Reproduce Updated | bug_revision_view_page.php?rev_id=3126#r3126 |
2012-02-06 10:02 | alostale | Assigned To | alostale => AugustoMauch |
2012-02-08 16:09 | hgbot | Checkin | |
2012-02-08 16:09 | hgbot | Note Added: 0044929 | |
2012-02-08 16:09 | hgbot | Status | new => resolved |
2012-02-08 16:09 | hgbot | Resolution | open => fixed |
2012-02-08 16:09 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/902c5591e1cb49ae1305831494a66c50f3a9d8df [^] |
2012-02-08 16:15 | AugustoMauch | Note Added: 0044930 | |
2012-02-08 16:17 | AugustoMauch | Note Added: 0044931 | |
2012-02-10 07:32 | mtaal | Note Added: 0044985 | |
2012-02-10 07:32 | mtaal | Status | resolved => closed |
2012-02-10 07:32 | mtaal | Fixed in Version | => 3.0MP9 |
2012-03-02 15:35 | hudsonbot | Checkin | |
2012-03-02 15:35 | hudsonbot | Note Added: 0045775 | |
Notes |
|
(0044929)
|
hgbot
|
2012-02-08 16:09
|
|
Repository: erp/devel/pi
Changeset: 902c5591e1cb49ae1305831494a66c50f3a9d8df
Author: Augusto Mauch <augusto.mauch <at> openbravo.com>
Date: Wed Feb 08 16:08:34 2012 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/902c5591e1cb49ae1305831494a66c50f3a9d8df [^]
Fixes issue 19524: Selected record info is no longer stored when saving views
---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-view-grid.js
---
|
|
|
|
When saving a view, although the info about the selected record was not being stored for the header tab, it was implicitly stored in the filter criteria of the sub tabs.
I have modified this criteria so that it is equal than the one used the a window is opened for the first time (parent tab identifier = -1).
This is not only done when saving a view (getViewState), but also when a view is selected (setViewState), to make sure that this solution works even for views that were created before the fix was applied. |
|
|
|
Test plan:
- I have tested this solution with views that were saved before applying the fix and with views create after the fix was active.
Both tests have worked as expected and these changes should only affect the saving and loading of views, so I think that the regression risk is low. |
|
|
(0044985)
|
mtaal
|
2012-02-10 07:32
|
|
|
|
|
|