Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0025919Openbravo ERPA. Platformpublic2014-03-06 10:002014-03-17 12:48
alostale 
alostale 
immediatemajorhave not tried
closedfixed 
5
 
3.0PR14Q2 
AugustoMauch
Core
Pre packaging ( pi )
2014-02-26
https://code.openbravo.com/erp/devel/pi/rev/20eb3426d990 [^]
No
0025919: direct navigation to window with default saved view not working
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)

-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
No tags attached.
related to feature request 0025574 closed dbaz Upgrade SmartClient 10.0d 
blocks defect 0025972 closed alostale incorrect navigation to windows with default saved view 
Issue History
2014-03-06 10:00alostaleNew Issue
2014-03-06 10:00alostaleAssigned To => AugustoMauch
2014-03-06 10:00alostaleModules => Core
2014-03-06 10:00alostaleTriggers an Emergency Pack => No
2014-03-06 10:01alostaleRegression level => Pre packaging ( pi )
2014-03-06 10:01alostaleRegression date => 2014-02-26
2014-03-06 10:01alostaleRegression introduced by commit => https://code.openbravo.com/erp/devel/pi/rev/20eb3426d990 [^]
2014-03-06 10:01alostaleRelationship addedrelated to 0025574
2014-03-12 15:31alostaleRelationship addedblocks 0025972
2014-03-13 07:36alostaleDescription Updatedbug_revision_view_page.php?rev_id=5570#r5570
2014-03-13 14:14alostaleDescription Updatedbug_revision_view_page.php?rev_id=5571#r5571
2014-03-13 14:14alostaleSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=5573#r5573
2014-03-14 12:21alostaleSummarynavigation to BP not working => direct navigation to window with default saved view not working
2014-03-14 15:45alostaleAssigned ToAugustoMauch => alostale
2014-03-14 15:53hgbotCheckin
2014-03-14 15:53hgbotNote Added: 0065165
2014-03-14 15:53hgbotStatusnew => resolved
2014-03-14 15:53hgbotResolutionopen => fixed
2014-03-14 15:53hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/31ec6d0191e3b96e1d2223d2fda459cd49a1233f [^]
2014-03-15 03:04hudsonbotCheckin
2014-03-15 03:04hudsonbotNote Added: 0065186
2014-03-17 09:26alostaleReview Assigned To => AugustoMauch
2014-03-17 12:37AugustoMauchNote Added: 0065211
2014-03-17 12:48AugustoMauchNote Added: 0065213
2014-03-17 12:48AugustoMauchStatusresolved => closed
2014-03-17 12:48AugustoMauchFixed 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
---
(0065186)
hudsonbot   
2014-03-15 03:04   
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/8396ec753aec [^]
Maturity status: Test
(0065211)
AugustoMauch   
2014-03-17 12:37   
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
(0065213)
AugustoMauch   
2014-03-17 12:48   
Code reviewed and verified in pi@f98bc5e90f33

It has been tested both in header tabs and in subtabs.