Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0025972 | Openbravo ERP | A. Platform | public | 2014-03-12 15:27 | 2014-03-17 18:51 |
|
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-04 |
Regression introduced in release | |
Regression introduced by commit | http://code.openbravo.com/erp/devel/pi/rev/e698ee97b844cfac10002299da1281ca8ee08789 [^] |
Triggers an Emergency Pack | No |
|
Summary | 0025972: incorrect navigation to windows with default saved view |
Description | Direct navigation to a window with a default saved view causes the direct filter not to be applied. The view switches from form to grid and the default view is applied. |
Steps To Reproduce | -In BP window apply a filter and save it as default saved view
-Open any existent Sales Order and navigate to its BP
-BP tab is opened in form for a moment and then it's switched to grid view applying the filter defined in the default saved view
Note after SC upgrade when switch to grid is not present and the window appears blank as reported in 0025919 |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0025636 | 3.0PR14Q2 | closed | alostale | Saved view filter reapplied after adding a column in grid | depends on | defect | 0025919 | | closed | alostale | direct navigation to window with default saved view not working |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2014-03-12 15:27 | alostale | New Issue | |
2014-03-12 15:27 | alostale | Assigned To | => AugustoMauch |
2014-03-12 15:27 | alostale | Modules | => Core |
2014-03-12 15:27 | alostale | Triggers an Emergency Pack | => No |
2014-03-12 15:27 | alostale | Relationship added | related to 0025636 |
2014-03-12 15:28 | alostale | Regression level | => Pre packaging ( pi ) |
2014-03-12 15:28 | alostale | Regression date | => 2014-02-04 |
2014-03-12 15:28 | alostale | Regression introduced by commit | => http://code.openbravo.com/erp/devel/pi/rev/e698ee97b844cfac10002299da1281ca8ee08789 [^] |
2014-03-12 15:31 | alostale | Steps to Reproduce Updated | bug_revision_view_page.php?rev_id=5564#r5564 |
2014-03-12 15:31 | alostale | Relationship added | depends on 0025919 |
2014-03-14 15:50 | alostale | Assigned To | AugustoMauch => alostale |
2014-03-14 15:53 | hgbot | Checkin | |
2014-03-14 15:53 | hgbot | Note Added: 0065166 | |
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-14 16:05 | alostale | Note Added: 0065167 | |
2014-03-15 03:04 | hudsonbot | Checkin | |
2014-03-15 03:04 | hudsonbot | Note Added: 0065187 | |
2014-03-17 09:26 | alostale | Review Assigned To | => AugustoMauch |
2014-03-17 11:08 | hgbot | Checkin | |
2014-03-17 11:08 | hgbot | Note Added: 0065208 | |
2014-03-17 12:48 | AugustoMauch | Note Added: 0065212 | |
2014-03-17 12:48 | AugustoMauch | Status | resolved => closed |
2014-03-17 12:48 | AugustoMauch | Fixed in Version | => PR14Q2 |
2014-03-17 18:51 | hudsonbot | Checkin | |
2014-03-17 18:51 | hudsonbot | Note Added: 0065242 | |
Notes |
|
(0065166)
|
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
---
|
|
|
|
Tested navigating to windows with default saved view and windows without default saved view to main and children tabs |
|
|
|
|
|
(0065208)
|
hgbot
|
2014-03-17 11:08
|
|
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. |
|
|
|
|