Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0036838 | Openbravo ERP | A. Platform | public | 2017-09-12 11:46 | 2018-01-03 12:38 |
|
Reporter | alostale | |
Assigned To | inigosanchez | |
Priority | high | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | 3.0PR18Q1 | |
Merge Request Status | |
Review Assigned To | alostale |
OBNetwork customer | No |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0036838: multiple requests to load product image when a refresh is done previously |
Description | When a product has an image associated, multiple requests are performed when it is displayed in form view. (refresh should be done after open the record in form view) |
Steps To Reproduce | 1. Open any product in form view and associate it an image and close the form view.
2. Reopen it again in form view (1 request is done: FIC) and refresh it by clicking in the refresh button (2 request are done: FETCH + FIC). Close the form view.
3. Reopen the previous product in form view (2 request are done: target_request_to_remove + FIC).
-> Check requests:
* 2 x ImagesActionHandler GETSIZE
* 2 x ShowImage |
Proposed Solution | |
Additional Information | |
Tags | Performance |
Relationships | related to | defect | 0023054 | 3.0MP22 | closed | shankarb | Impossible to add change client image | related to | defect | 0037095 | | closed | inigosanchez | A request to load product image is performed when return from FormView to the GridView |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2017-09-12 11:46 | alostale | New Issue | |
2017-09-12 11:46 | alostale | Assigned To | => platform |
2017-09-12 11:46 | alostale | OBNetwork customer | => No |
2017-09-12 11:46 | alostale | Modules | => Core |
2017-09-12 11:46 | alostale | Triggers an Emergency Pack | => No |
2017-09-12 11:46 | alostale | Tag Attached: Performance | |
2017-09-12 11:46 | alostale | Priority | normal => high |
2017-09-12 11:46 | alostale | Status | new => acknowledged |
2017-10-16 17:06 | inigosanchez | Status | acknowledged => scheduled |
2017-10-16 17:06 | inigosanchez | Assigned To | platform => inigosanchez |
2017-10-17 11:31 | inigosanchez | Summary | multiple requests to load product image => multiple requests to load product image when a refresh is done previously |
2017-10-17 11:31 | inigosanchez | Description Updated | bug_revision_view_page.php?rev_id=16113#r16113 |
2017-10-17 11:31 | inigosanchez | Steps to Reproduce Updated | bug_revision_view_page.php?rev_id=16115#r16115 |
2017-10-18 10:02 | inigosanchez | Relationship added | related to 0023054 |
2017-10-18 10:27 | inigosanchez | Relationship added | related to 0037095 |
2017-10-18 16:11 | hgbot | Checkin | |
2017-10-18 16:11 | hgbot | Note Added: 0099939 | |
2017-10-18 16:11 | hgbot | Status | scheduled => resolved |
2017-10-18 16:11 | hgbot | Resolution | open => fixed |
2017-10-18 16:11 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/94f7f53523045d4609d5c38bc412585ec1a3527b [^] |
2017-10-18 16:12 | inigosanchez | Review Assigned To | => alostale |
2017-10-24 13:08 | alostale | Note Added: 0100024 | |
2017-10-24 13:08 | alostale | Status | resolved => new |
2017-10-24 13:08 | alostale | Resolution | fixed => open |
2017-10-28 13:28 | hgbot | Checkin | |
2017-10-28 13:28 | hgbot | Note Added: 0100128 | |
2017-10-28 13:28 | inigosanchez | Status | new => scheduled |
2017-10-28 13:29 | inigosanchez | Status | scheduled => resolved |
2017-10-28 13:29 | inigosanchez | Fixed in Version | => 3.0PR18Q1 |
2017-10-28 13:29 | inigosanchez | Resolution | open => fixed |
2017-10-29 02:45 | hgbot | Checkin | |
2017-10-29 02:45 | hgbot | Note Added: 0100129 | |
2017-10-29 02:48 | hgbot | Checkin | |
2017-10-29 02:48 | hgbot | Note Added: 0100130 | |
2017-11-03 09:11 | alostale | Note Added: 0100238 | |
2017-11-03 09:11 | alostale | Status | resolved => closed |
2018-01-03 12:38 | hudsonbot | Checkin | |
2018-01-03 12:38 | hudsonbot | Note Added: 0101335 | |
2018-01-03 12:38 | hudsonbot | Checkin | |
2018-01-03 12:38 | hudsonbot | Note Added: 0101352 | |
Notes |
|
(0099939)
|
hgbot
|
2017-10-18 16:11
|
|
Repository: erp/devel/pi
Changeset: 94f7f53523045d4609d5c38bc412585ec1a3527b
Author: Inigo Sanchez <inigo.sanchez <at> openbravo.com>
Date: Wed Oct 18 15:55:58 2017 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/94f7f53523045d4609d5c38bc412585ec1a3527b [^]
Fixed issue 36838: multiple requests to load product image are performed
The problem was that multiple requests were performed when it shouldn't. When a product had an image, multiple
requests were being performed when the product was beeing displayed in form view and a refresh was being done.
Another problem discovered in the research of the issue was that a request was being performed when return from
FormView to the GridView. This request should not be performed because images are not showed in the grid view.
Both problems have been fixed by take into account when a request should be performed to retrieve an image. When
the image is loaded previously, the setValue of the ob-formitem-image avoids to performed an unnecessary request
to the server.
---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-image.js
---
|
|
|
|
reopened: still duplicates to showImage |
|
|
(0100128)
|
hgbot
|
2017-10-28 13:28
|
|
Repository: erp/devel/pi
Changeset: 82a3e88a20e8998b5bdb476a81b066f6121bb1b1
Author: Inigo Sanchez <inigo.sanchez <at> openbravo.com>
Date: Sat Oct 28 13:27:49 2017 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/82a3e88a20e8998b5bdb476a81b066f6121bb1b1 [^]
Related with issue 36838: multiple requests to load product image are performed
The problem was that multiple ShowImage requests were performed when it shouldn't.
Now, the problem is fixed by take into account when the image has been loaded previously. In this case,
the setValue of the ob-formitem-image avoids to performed an unnecessary request to the server.
---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-image.js
---
|
|
|
(0100129)
|
hgbot
|
2017-10-29 02:45
|
|
Repository: erp/devel/pi
Changeset: 82a3e88a20e8998b5bdb476a81b066f6121bb1b1
Author: Inigo Sanchez <inigo.sanchez <at> openbravo.com>
Date: Sat Oct 28 13:27:49 2017 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/82a3e88a20e8998b5bdb476a81b066f6121bb1b1 [^]
Related with issue 36838: multiple requests to load product image are performed
The problem was that multiple ShowImage requests were performed when it shouldn't.
Now, the problem is fixed by take into account when the image has been loaded previously. In this case,
the setValue of the ob-formitem-image avoids to performed an unnecessary request to the server.
---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-image.js
---
|
|
|
(0100130)
|
hgbot
|
2017-10-29 02:48
|
|
Repository: erp/devel/pi
Changeset: 82a3e88a20e8998b5bdb476a81b066f6121bb1b1
Author: Inigo Sanchez <inigo.sanchez <at> openbravo.com>
Date: Sat Oct 28 13:27:49 2017 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/82a3e88a20e8998b5bdb476a81b066f6121bb1b1 [^]
Related with issue 36838: multiple requests to load product image are performed
The problem was that multiple ShowImage requests were performed when it shouldn't.
Now, the problem is fixed by take into account when the image has been loaded previously. In this case,
the setValue of the ob-formitem-image avoids to performed an unnecessary request to the server.
---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-image.js
---
|
|
|
|
|
|
|
|
|
|
|