Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0026838Openbravo ERPA. Platformpublic2014-06-11 11:062014-06-26 17:08
alostale 
shankarb 
immediatemajorhave not tried
closedfixed 
5
 
3.0PR14Q33.0PR14Q3 
AugustoMauch
Core
Pre packaging ( pi )
2014-05-27
http://code.openbravo.com/erp/devel/pi/rev/e60dfabc36f951772337c8c10569b25901f79280 [^]
No
0026838: Unpaged request in Financial Account Transaction
Unpaged request in Financial Account Transaction
Recorded video reproducing it in live.openbravo.com: https://drive.google.com/file/d/0B2PGxKaZaJn-WC0zeEQ3clBuOXM/edit?usp=sharing [^]

-Create a new Sales Order
  -BP: Alimentos y Supermercados
  -Lines:
     -Product Agua Sin Gas
     -Qty 1
  -Book it
-Create a new Payment In
  -Received from: Alimentos y Supermercados
  -Amount 1.67
  -Add Details
    -Transaction Type: Orders
    -Select only last created Order
    -Process
-Open created Sales Order
  -Navigate to Payment Plan Tab and select the only line present
  -Navigate to Payment Details
  -Open the only line in form view
  -Navigate to lined Payment In record
-In Payment In record
  -Open Linked items and select Financial Account - Transactions
  -Navigate to linked item
-In Financial Account - Transaction Tab
  -Execute Delete action from button -> ERROR: Data was tried to be fetched without pagination
  
Performance
related to defect 00266833.0PR14Q3 closed alostale prevent unpaged datasource requests 
Issue History
2014-06-11 11:06alostaleNew Issue
2014-06-11 11:06alostaleAssigned To => AugustoMauch
2014-06-11 11:06alostaleModules => Core
2014-06-11 11:06alostaleTriggers an Emergency Pack => No
2014-06-11 11:24alostaleRegression level => Pre packaging ( pi )
2014-06-11 11:24alostaleRegression date => 2014-05-27
2014-06-11 11:24alostaleRegression introduced by commit => http://code.openbravo.com/erp/devel/pi/rev/e60dfabc36f951772337c8c10569b25901f79280 [^]
2014-06-11 11:24alostaleTarget Version => PR14Q3
2014-06-11 11:24alostaleSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=5947#r5947
2014-06-11 11:24alostaleRelationship addedrelated to 0026683
2014-06-11 11:25alostaleNote Added: 0067896
2014-06-11 11:53shuehnerTag Attached: Performance
2014-06-11 11:53shuehnerIssue Monitored: shuehner
2014-06-18 06:10shankarbAssigned ToAugustoMauch => shankarb
2014-06-23 09:29shankarbStatusnew => scheduled
2014-06-23 09:29shankarbfix_in_branch => pi
2014-06-23 12:27shankarbIssue Monitored: AugustoMauch
2014-06-23 12:28shankarbReview Assigned To => AugustoMauch
2014-06-23 12:28shankarbfix_in_branchpi =>
2014-06-23 12:30shankarbNote Added: 0068245
2014-06-23 12:32hgbotCheckin
2014-06-23 12:32hgbotNote Added: 0068246
2014-06-23 12:32hgbotStatusscheduled => resolved
2014-06-23 12:32hgbotResolutionopen => fixed
2014-06-23 12:32hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/0043e948d053f48a819268fe27c06717d86f2995 [^]
2014-06-23 12:44hgbotCheckin
2014-06-23 12:44hgbotNote Added: 0068247
2014-06-25 01:35hudsonbotCheckin
2014-06-25 01:35hudsonbotNote Added: 0068291
2014-06-25 01:35hudsonbotCheckin
2014-06-25 01:35hudsonbotNote Added: 0068292
2014-06-26 17:08AugustoMauchNote Added: 0068367
2014-06-26 17:08AugustoMauchStatusresolved => closed
2014-06-26 17:08AugustoMauchFixed in Version => PR14Q3

Notes
(0067896)
alostale   
2014-06-11 11:25   
Issue 0026683 does not introduce the unpaged request problem, it just makes it visible.

When analyzing this issue try to find the pattern that causes the problem
(0068245)
shankarb   
2014-06-23 12:30   
The issue can be reproduced in all cases by adding a new transaction to Transaction tab in Financial Account and trying to delete it from form view. When the tab is opened from linked items, by default is opened in form view. If we try to delete it from grid, it works properly.
(0068246)
hgbot   
2014-06-23 12:32   
Repository: erp/devel/pi
Changeset: 0043e948d053f48a819268fe27c06717d86f2995
Author: Shankar Balachandran <shankar.balachandran <at> openbravo.com>
Date: Mon Jun 23 15:59:11 2014 +0530
URL: http://code.openbravo.com/erp/devel/pi/rev/0043e948d053f48a819268fe27c06717d86f2995 [^]

Fixes Issue 26838: Unpaged request in Financial Account Transaction

Perform form refresh after completing button action only if current form is valid.
In the issue, we are deleting the record using the button, so the form present after the delete action is invalid
resulting in fetch with incorrect critieria to the server.
The problems happens only in form view, as refresh grid is done with proper criteria.

---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/main/ob-standard-view.js
M modules/org.openbravo.service.json/src/org/openbravo/service/json/DefaultJsonDataService.java
---
(0068247)
hgbot   
2014-06-23 12:44   
Repository: erp/devel/pi
Changeset: bc7151f88085b229a1030ee683453668f8346ce9
Author: Shankar Balachandran <shankar.balachandran <at> openbravo.com>
Date: Mon Jun 23 16:12:52 2014 +0530
URL: http://code.openbravo.com/erp/devel/pi/rev/bc7151f88085b229a1030ee683453668f8346ce9 [^]

Related to issue 26838 : Changed incorrect comment message

---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/main/ob-standard-view.js
---
(0068291)
hudsonbot   
2014-06-25 01:35   
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/e78ccbaf0186 [^]
Maturity status: Test
(0068292)
hudsonbot   
2014-06-25 01:35   
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/e78ccbaf0186 [^]
Maturity status: Test
(0068367)
AugustoMauch   
2014-06-26 17:08   
Code reviewed and verified in pi@174b96a6fa01