Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0026547 | Openbravo ERP | A. Platform | public | 2014-05-14 16:25 | 2014-11-24 09:02 |
|
Reporter | egoitz | |
Assigned To | AugustoMauch | |
Priority | urgent | Severity | major | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | 3.0PR15Q1 | |
Merge Request Status | |
Review Assigned To | alostale |
OBNetwork customer | |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0026547: When clicking on refresh button being on a record on a page differnt than the first, two selects are executed |
Description | When clicking on refresh button being on a record on a page differnt than the first, two selects are executed. |
Steps To Reproduce | -On a window with many records (sales order), on grid view go to the last records and put the cursor on one of them.
-Then click on refresh
-See on the developers tool that a request is done to the datasource with a targetrecord.
*This produces two queries to the database; one to get the id's and the other to get the records arround the targetrecord |
Proposed Solution | |
Additional Information | |
Tags | Performance |
Relationships | related to | defect | 0026640 | pi | closed | guillermogil | On clicking a record from Recent Documents it should open just its record, not the whole window | related to | design defect | 0025811 | | closed | AugustoMauch | unnecessary request on grid refresh |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2014-05-14 16:25 | egoitz | New Issue | |
2014-05-14 16:25 | egoitz | Assigned To | => alostale |
2014-05-14 16:25 | egoitz | Modules | => Core |
2014-05-14 16:25 | egoitz | Triggers an Emergency Pack | => No |
2014-05-14 16:25 | egoitz | Tag Attached: Performance | |
2014-05-19 14:36 | jonalegriaesarte | Resolution time | => 1402869600 |
2014-05-19 14:36 | jonalegriaesarte | Target Version | => PR14Q3 |
2014-05-21 08:19 | alostale | Relationship added | related to 0025811 |
2014-05-23 11:58 | guillermogil | Relationship added | related to 0026640 |
2014-05-26 09:33 | guillermogil | Note Added: 0067435 | |
2014-05-26 09:34 | guillermogil | Note Deleted: 0067435 | |
2014-05-26 15:35 | guillermogil | Assigned To | alostale => guillermogil |
2014-05-26 15:38 | guillermogil | Note Added: 0067455 | |
2014-05-26 15:43 | guillermogil | Issue Monitored: alostale | |
2014-05-26 15:43 | guillermogil | Review Assigned To | => alostale |
2014-05-26 16:00 | hgbot | Checkin | |
2014-05-26 16:00 | hgbot | Note Added: 0067456 | |
2014-05-26 16:00 | hgbot | Status | new => resolved |
2014-05-26 16:00 | hgbot | Resolution | open => fixed |
2014-05-26 16:00 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/3e63bdd825a27d77a4494e7c88d46321d2cbda68 [^] |
2014-05-26 16:56 | guillermogil | Status | resolved => new |
2014-05-26 16:56 | guillermogil | Resolution | fixed => open |
2014-05-26 16:56 | hgbot | Checkin | |
2014-05-26 16:56 | hgbot | Note Added: 0067459 | |
2014-05-26 16:57 | guillermogil | Note Deleted: 0067455 | |
2014-05-27 23:09 | hudsonbot | Checkin | |
2014-05-27 23:09 | hudsonbot | Note Added: 0067498 | |
2014-05-27 23:09 | hudsonbot | Checkin | |
2014-05-27 23:09 | hudsonbot | Note Added: 0067499 | |
2014-05-28 08:57 | guillermogil | Note Added: 0067506 | |
2014-05-28 08:57 | guillermogil | Type | defect => design defect |
2014-06-06 13:50 | guillermogil | Assigned To | guillermogil => AugustoMauch |
2014-06-27 12:40 | AugustoMauch | Target Version | PR14Q3 => |
2014-11-24 09:01 | alostale | Status | new => scheduled |
2014-11-24 09:01 | alostale | fix_in_branch | => pi |
2014-11-24 09:01 | alostale | Note Added: 0071914 | |
2014-11-24 09:01 | alostale | Status | scheduled => resolved |
2014-11-24 09:01 | alostale | Fixed in Version | => 3.0PR15Q1 |
2014-11-24 09:01 | alostale | Fixed in SCM revision | http://code.openbravo.com/erp/devel/pi/rev/3e63bdd825a27d77a4494e7c88d46321d2cbda68 [^] => http://code.openbravo.com/erp/devel/pi/rev/84865a340443fbc6aa5c36d777c8c57df2f6525b [^] |
2014-11-24 09:01 | alostale | Resolution | open => fixed |
2014-11-24 09:02 | alostale | Note Added: 0071915 | |
2014-11-24 09:02 | alostale | Status | resolved => closed |
Notes |
|
(0067456)
|
hgbot
|
2014-05-26 16:00
|
|
Repository: erp/devel/pi
Changeset: 3e63bdd825a27d77a4494e7c88d46321d2cbda68
Author: Guillermo Gil <guillermo.gil <at> openbravo.com>
Date: Mon May 26 15:35:36 2014 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/3e63bdd825a27d77a4494e7c88d46321d2cbda68 [^]
Fixed issue 26547: Deleted request to know targetRow
TargetRow is now brought from the client instead of calculating it on the server
---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-view-grid.js
M modules/org.openbravo.service.json/src/org/openbravo/service/json/DefaultJsonDataService.java
M modules/org.openbravo.service.json/src/org/openbravo/service/json/JsonConstants.java
---
|
|
|
(0067459)
|
hgbot
|
2014-05-26 16:56
|
|
Repository: erp/devel/pi
Changeset: 789521cc4e6fc3b774eb093903e4ea90cd8f2f3e
Author: Guillermo Gil <guillermo.gil <at> openbravo.com>
Date: Mon May 26 16:55:57 2014 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/789521cc4e6fc3b774eb093903e4ea90cd8f2f3e [^]
Related to issue 26547: Reverted changes due a bad behavior
---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-view-grid.js
M modules/org.openbravo.service.json/src/org/openbravo/service/json/DefaultJsonDataService.java
M modules/org.openbravo.service.json/src/org/openbravo/service/json/JsonConstants.java
---
|
|
|
|
|
|
|
|
|
|
We are going to define some specs about the proper behavior of the grid before modifying. |
|
|
|
|
|
|
Tested after 0025811 is fixed.
Now a single request is done to Invoice header without sending the target record ID. |
|