Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0031434 | Openbravo ERP | A. Platform | public | 2015-11-11 18:29 | 2015-11-23 21:17 |
|
Reporter | caristu | |
Assigned To | caristu | |
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | 3.0PR16Q1 | |
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 | 0031434: Error thrown when refreshing the grid after canceling the creation of a record in a child tab |
Description | The following error appears in the interface:
"Data was tried to be fetched from server without pagination. Request was aborted to prevent server performance issues. This is most likely a bug, please contact your System Administrator."
when refreshing the grid after canceling the creation of a record in a child tab |
Steps To Reproduce | 1) Go to the [Sales Order] window
2) Create a new record in the header
3) Navigate to the [Lines] tab
4) Create a new record in grid view, cancel the edition (without saving)
5) Click on the refresh button. Notice that the error appears. |
Proposed Solution | |
Additional Information | |
Tags | Performance |
Relationships | related to | defect | 0029896 | | closed | AugustoMauch | double grid request when filtering grid after scrolling to 2nd page | related to | defect | 0029259 | | closed | caristu | WARN: Datasource request with targetRecordId but without directNavigation detected when reloading Sales Invoice form view | has duplicate | defect | 0028321 | | closed | caristu | Request without pagination when refreshing the grid | related to | defect | 0036459 | | closed | caristu | error thrown when refreshing after cancelling row creation before FIC response is processed |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2015-11-11 18:29 | caristu | New Issue | |
2015-11-11 18:29 | caristu | Assigned To | => platform |
2015-11-11 18:29 | caristu | Modules | => Core |
2015-11-11 18:29 | caristu | Triggers an Emergency Pack | => No |
2015-11-11 18:29 | caristu | Issue Monitored: networkb | |
2015-11-11 18:31 | caristu | Relationship added | related to 0029896 |
2015-11-11 19:06 | caristu | Assigned To | platform => caristu |
2015-11-11 19:07 | caristu | Review Assigned To | => alostale |
2015-11-11 19:07 | caristu | Issue Monitored: alostale | |
2015-11-11 19:14 | hgbot | Checkin | |
2015-11-11 19:14 | hgbot | Note Added: 0081726 | |
2015-11-11 19:14 | hgbot | Status | new => resolved |
2015-11-11 19:14 | hgbot | Resolution | open => fixed |
2015-11-11 19:14 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/bc003391103bb456428563231196609f946172cc [^] |
2015-11-11 19:21 | hgbot | Checkin | |
2015-11-11 19:21 | hgbot | Note Added: 0081727 | |
2015-11-12 18:58 | caristu | Relationship added | has duplicate 0028321 |
2015-11-16 12:41 | alostale | Tag Attached: Performance | |
2015-11-16 12:45 | alostale | Relationship added | related to 0029259 |
2015-11-16 12:47 | alostale | Note Added: 0081871 | |
2015-11-16 12:47 | alostale | Status | resolved => new |
2015-11-16 12:47 | alostale | Resolution | fixed => open |
2015-11-16 13:16 | hgbot | Checkin | |
2015-11-16 13:16 | hgbot | Note Added: 0081873 | |
2015-11-16 13:20 | caristu | Status | new => scheduled |
2015-11-16 13:21 | caristu | Status | scheduled => resolved |
2015-11-16 13:21 | caristu | Resolution | open => fixed |
2015-11-16 13:31 | alostale | Note Added: 0081876 | |
2015-11-16 13:31 | alostale | Status | resolved => closed |
2015-11-16 13:31 | alostale | Fixed in Version | => 3.0PR16Q1 |
2015-11-23 21:17 | hudsonbot | Checkin | |
2015-11-23 21:17 | hudsonbot | Note Added: 0082199 | |
2015-11-23 21:17 | hudsonbot | Checkin | |
2015-11-23 21:17 | hudsonbot | Note Added: 0082200 | |
2015-11-23 21:17 | hudsonbot | Checkin | |
2015-11-23 21:17 | hudsonbot | Note Added: 0082231 | |
2017-07-11 14:58 | alostale | Relationship added | related to 0036459 |
Notes |
|
(0081726)
|
hgbot
|
2015-11-11 19:14
|
|
Repository: erp/devel/pi
Changeset: bc003391103bb456428563231196609f946172cc
Author: Carlos Aristu <carlos.aristu <at> openbravo.com>
Date: Wed Nov 11 19:12:51 2015 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/bc003391103bb456428563231196609f946172cc [^]
fixes issue 31434: Error after cancel record creation in grid view and refresh
The problem was that when refreshing after cancelling the record creation in grid view, the refresh request was done considering that an existing record was selected. To avoid this problem, now after canceling, the getSelectedRecord() is cleared if the canceled record is a new one.
---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-view-grid.js
---
|
|
|
(0081727)
|
hgbot
|
2015-11-11 19:21
|
|
Repository: erp/devel/pi
Changeset: 760f25c01ef4cfdab3be2a58e7c43e6875e48063
Author: Carlos Aristu <carlos.aristu <at> openbravo.com>
Date: Wed Nov 11 19:20:24 2015 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/760f25c01ef4cfdab3be2a58e7c43e6875e48063 [^]
related to issue 31434: improvement to not execute the same method two times
---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-view-grid.js
---
|
|
|
|
|
|
(0081873)
|
hgbot
|
2015-11-16 13:16
|
|
Repository: erp/devel/pi
Changeset: 6adee27906f6141ac9b3ac1a8717e3fd04023d22
Author: Carlos Aristu <carlos.aristu <at> openbravo.com>
Date: Mon Nov 16 13:15:27 2015 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/6adee27906f6141ac9b3ac1a8717e3fd04023d22 [^]
related to issue 31434: code review improvements
---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-view-grid.js
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|