Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0026547Openbravo ERPA. Platformpublic2014-05-14 16:252014-11-24 09:02
egoitz 
AugustoMauch 
urgentmajorhave not tried
closedfixed 
5
 
3.0PR15Q1 
alostale
Core
No
0026547: When clicking on refresh button being on a record on a page differnt than the first, two selects are executed
When clicking on refresh button being on a record on a page differnt than the first, two selects are executed.
-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
Performance
related to defect 0026640pi 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 
Issue History
2014-05-14 16:25egoitzNew Issue
2014-05-14 16:25egoitzAssigned To => alostale
2014-05-14 16:25egoitzModules => Core
2014-05-14 16:25egoitzTriggers an Emergency Pack => No
2014-05-14 16:25egoitzTag Attached: Performance
2014-05-19 14:36jonalegriaesarteResolution time => 1402869600
2014-05-19 14:36jonalegriaesarteTarget Version => PR14Q3
2014-05-21 08:19alostaleRelationship addedrelated to 0025811
2014-05-23 11:58guillermogilRelationship addedrelated to 0026640
2014-05-26 09:33guillermogilNote Added: 0067435
2014-05-26 09:34guillermogilNote Deleted: 0067435
2014-05-26 15:35guillermogilAssigned Toalostale => guillermogil
2014-05-26 15:38guillermogilNote Added: 0067455
2014-05-26 15:43guillermogilIssue Monitored: alostale
2014-05-26 15:43guillermogilReview Assigned To => alostale
2014-05-26 16:00hgbotCheckin
2014-05-26 16:00hgbotNote Added: 0067456
2014-05-26 16:00hgbotStatusnew => resolved
2014-05-26 16:00hgbotResolutionopen => fixed
2014-05-26 16:00hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/3e63bdd825a27d77a4494e7c88d46321d2cbda68 [^]
2014-05-26 16:56guillermogilStatusresolved => new
2014-05-26 16:56guillermogilResolutionfixed => open
2014-05-26 16:56hgbotCheckin
2014-05-26 16:56hgbotNote Added: 0067459
2014-05-26 16:57guillermogilNote Deleted: 0067455
2014-05-27 23:09hudsonbotCheckin
2014-05-27 23:09hudsonbotNote Added: 0067498
2014-05-27 23:09hudsonbotCheckin
2014-05-27 23:09hudsonbotNote Added: 0067499
2014-05-28 08:57guillermogilNote Added: 0067506
2014-05-28 08:57guillermogilTypedefect => design defect
2014-06-06 13:50guillermogilAssigned Toguillermogil => AugustoMauch
2014-06-27 12:40AugustoMauchTarget VersionPR14Q3 =>
2014-11-24 09:01alostaleStatusnew => scheduled
2014-11-24 09:01alostalefix_in_branch => pi
2014-11-24 09:01alostaleNote Added: 0071914
2014-11-24 09:01alostaleStatusscheduled => resolved
2014-11-24 09:01alostaleFixed in Version => 3.0PR15Q1
2014-11-24 09:01alostaleFixed in SCM revisionhttp://code.openbravo.com/erp/devel/pi/rev/3e63bdd825a27d77a4494e7c88d46321d2cbda68 [^] => http://code.openbravo.com/erp/devel/pi/rev/84865a340443fbc6aa5c36d777c8c57df2f6525b [^]
2014-11-24 09:01alostaleResolutionopen => fixed
2014-11-24 09:02alostaleNote Added: 0071915
2014-11-24 09:02alostaleStatusresolved => 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
---
(0067498)
hudsonbot   
2014-05-27 23:09   
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/15bdf44a37ae [^]
Maturity status: Test
(0067499)
hudsonbot   
2014-05-27 23:09   
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/15bdf44a37ae [^]
Maturity status: Test
(0067506)
guillermogil   
2014-05-28 08:57   
We are going to define some specs about the proper behavior of the grid before modifying.
(0071914)
alostale   
2014-11-24 09:01   
Fixed by changeset for 0025811
(0071915)
alostale   
2014-11-24 09:02   
Tested after 0025811 is fixed.

Now a single request is done to Invoice header without sending the target record ID.