Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0025919 | Openbravo ERP | A. Platform | public | 2014-03-06 10:00 | 2014-03-17 12:48 |
|
Reporter | alostale | |
Assigned To | alostale | |
Priority | immediate | Severity | major | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | 3.0PR14Q2 | |
Merge Request Status | |
Review Assigned To | AugustoMauch |
OBNetwork customer | |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | Pre packaging ( pi ) |
Regression date | 2014-02-26 |
Regression introduced in release | |
Regression introduced by commit | https://code.openbravo.com/erp/devel/pi/rev/20eb3426d990 [^] |
Triggers an Emergency Pack | No |
|
Summary | 0025919: direct navigation to window with default saved view not working |
Description | BP window is not rendered when trying to navigate from Sales Order window.
This happens only when BP window has a default saved view (see 0025972)
|
Steps To Reproduce | -Open any existent Sales Order
-Navigate to its BP: BP window is opened but no fields are displayed, in main tab though subtab are properly rendered
Navigation is not working from form nor from grid
The same is reproducible when navigating using a link to a concrete record:
-Save a default view with filter in Sales Order
-Open any record and get the link from the toolbar
-Use that link to navigate to the record -> The page is displayed in blank |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | feature request | 0025574 | | closed | dbaz | Upgrade SmartClient 10.0d | blocks | defect | 0025972 | | closed | alostale | incorrect navigation to windows with default saved view |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2014-03-06 10:00 | alostale | New Issue | |
2014-03-06 10:00 | alostale | Assigned To | => AugustoMauch |
2014-03-06 10:00 | alostale | Modules | => Core |
2014-03-06 10:00 | alostale | Triggers an Emergency Pack | => No |
2014-03-06 10:01 | alostale | Regression level | => Pre packaging ( pi ) |
2014-03-06 10:01 | alostale | Regression date | => 2014-02-26 |
2014-03-06 10:01 | alostale | Regression introduced by commit | => https://code.openbravo.com/erp/devel/pi/rev/20eb3426d990 [^] |
2014-03-06 10:01 | alostale | Relationship added | related to 0025574 |
2014-03-12 15:31 | alostale | Relationship added | blocks 0025972 |
2014-03-13 07:36 | alostale | Description Updated | bug_revision_view_page.php?rev_id=5570#r5570 |
2014-03-13 14:14 | alostale | Description Updated | bug_revision_view_page.php?rev_id=5571#r5571 |
2014-03-13 14:14 | alostale | Steps to Reproduce Updated | bug_revision_view_page.php?rev_id=5573#r5573 |
2014-03-14 12:21 | alostale | Summary | navigation to BP not working => direct navigation to window with default saved view not working |
2014-03-14 15:45 | alostale | Assigned To | AugustoMauch => alostale |
2014-03-14 15:53 | hgbot | Checkin | |
2014-03-14 15:53 | hgbot | Note Added: 0065165 | |
2014-03-14 15:53 | hgbot | Status | new => resolved |
2014-03-14 15:53 | hgbot | Resolution | open => fixed |
2014-03-14 15:53 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/31ec6d0191e3b96e1d2223d2fda459cd49a1233f [^] |
2014-03-15 03:04 | hudsonbot | Checkin | |
2014-03-15 03:04 | hudsonbot | Note Added: 0065186 | |
2014-03-17 09:26 | alostale | Review Assigned To | => AugustoMauch |
2014-03-17 12:37 | AugustoMauch | Note Added: 0065211 | |
2014-03-17 12:48 | AugustoMauch | Note Added: 0065213 | |
2014-03-17 12:48 | AugustoMauch | Status | resolved => closed |
2014-03-17 12:48 | AugustoMauch | Fixed in Version | => PR14Q2 |
Notes |
|
(0065165)
|
hgbot
|
2014-03-14 15:53
|
|
Repository: erp/devel/pi
Changeset: 31ec6d0191e3b96e1d2223d2fda459cd49a1233f
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Fri Mar 14 15:53:10 2014 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/31ec6d0191e3b96e1d2223d2fda459cd49a1233f [^]
fixed bug 25919, fixed bug 25972
Preventing double request when in direct navigation to a window with a
default saved view.
This case cause after SC upgrade not to navigate to form view (nor to
show grid) because datasource was in an incorrecte status.
---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/main/ob-standard-window.js
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/personalization/ob-manage-views.js
---
|
|
|
|
|
|
|
Repository: erp/devel/pi
Changeset: f98bc5e90f33a2761dc8bcf708b3d7729a343c4f
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Mon Mar 17 11:08:09 2014 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/f98bc5e90f33a2761dc8bcf708b3d7729a343c4f [^] [^]
related to bug 25972: fixed incorrect reference
---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/main/ob-standard-window.js |
|
|
|
Code reviewed and verified in pi@f98bc5e90f33
It has been tested both in header tabs and in subtabs. |
|