Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0026640 | Openbravo ERP | A. Platform | public | 2014-05-21 08:47 | 2014-06-03 17:14 |
|
Reporter | guillermogil | |
Assigned To | guillermogil | |
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 30 | OS Version | |
Product Version | | |
Target Version | pi | Fixed in Version | 3.0PR14Q3 | |
Merge Request Status | |
Review Assigned To | AugustoMauch |
OBNetwork customer | |
Web browser | Google Chrome |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0026640: On clicking a record from Recent Documents it should open just its record, not the whole window |
Description | On clicking a record from Recent Documents it should open just its record, not the whole window |
Steps To Reproduce | * Go to sales order
* Open a record
* Go to workspace
* Click the recent document of the Sales order's record
* I will open on form view, close the form view and you will see all records
Recent document should return only the selected record. |
Proposed Solution | |
Additional Information | |
Tags | Performance |
Relationships | related to | feature request | 0020337 | 3.0MP12 | closed | alostale | Direct navigation should be filtered by record | related to | design defect | 0026547 | | closed | AugustoMauch | When clicking on refresh button being on a record on a page differnt than the first, two selects are executed |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2014-05-21 08:47 | guillermogil | New Issue | |
2014-05-21 08:47 | guillermogil | Assigned To | => guillermogil |
2014-05-21 08:47 | guillermogil | Web browser | => Google Chrome |
2014-05-21 08:47 | guillermogil | Modules | => Core |
2014-05-21 08:47 | guillermogil | Triggers an Emergency Pack | => No |
2014-05-21 08:55 | guillermogil | Tag Attached: Performance | |
2014-05-23 11:58 | guillermogil | Relationship added | related to 0026547 |
2014-05-23 12:49 | guillermogil | Relationship added | related to 0020337 |
2014-05-26 08:30 | hgbot | Checkin | |
2014-05-26 08:30 | hgbot | Note Added: 0067429 | |
2014-05-26 08:30 | hgbot | Status | new => resolved |
2014-05-26 08:30 | hgbot | Resolution | open => fixed |
2014-05-26 08:30 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/faf3cb4193289f8c3881920c8d377fe95e0c689e [^] |
2014-05-26 08:54 | guillermogil | Review Assigned To | => AugustoMauch |
2014-05-26 09:34 | guillermogil | Note Added: 0067436 | |
2014-05-26 16:12 | hudsonbot | Checkin | |
2014-05-26 16:12 | hudsonbot | Note Added: 0067457 | |
2014-06-03 17:14 | AugustoMauch | Note Added: 0067716 | |
2014-06-03 17:14 | AugustoMauch | Status | resolved => closed |
2014-06-03 17:14 | AugustoMauch | Fixed in Version | => PR14Q3 |
Notes |
|
(0067429)
|
hgbot
|
2014-05-26 08:30
|
|
Repository: erp/devel/pi
Changeset: faf3cb4193289f8c3881920c8d377fe95e0c689e
Author: Guillermo Gil <guillermo.gil <at> openbravo.com>
Date: Fri May 23 13:40:15 2014 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/faf3cb4193289f8c3881920c8d377fe95e0c689e [^]
Fixed issue 26640:Recent Documents should open just its record
Added Direct navigation to recent documents
---
M modules/org.openbravo.client.myob/web/org.openbravo.client.myob/js/ob-myopenbravo.js
---
|
|
|
|
Performance test (opening a recent sales order):
Before
360ms per request
After
60ms per request
Also tested the opening of a child tab, child and parent are filtered returning only its record. |
|
|
|
|
|
|
Code reviewed and verified in pi@9e9cdee21888 |
|