Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0037095Openbravo ERPA. Platformpublic2017-10-18 10:252017-10-18 16:15
inigosanchez 
inigosanchez 
normalminorhave not tried
closedfixed 
5
 
3.0PR18Q1 
alostale
Core
No
0037095: A request to load product image is performed when return from FormView to the GridView
When a product has an image associated, a request to load product image is performed when return from FormView to the GridView. This request should not be performed because images are not showed in the grid view.
1.- Login as "F&B International Group Admin" role.
2.- Go to [product] window.
3.- Open any product in form view and associate it an image.
4.- Save the changes.
5.- Close the form view.
-> Check request:
    * 1 x ImagesActionHandler GETSIZE
When return from form view to the grid view a switchFormGridVisibility function is invoked. This function execute the resetForm function and inside the function, a resetValues function is executed too. Finally this resetValues functions execute a setVale for all the fields.

The setValue invocation for the image should be avoided.
No tags attached.
related to defect 0036838 closed inigosanchez multiple requests to load product image when a refresh is done previously 
Issue History
2017-10-18 10:25inigosanchezNew Issue
2017-10-18 10:25inigosanchezAssigned To => platform
2017-10-18 10:25inigosanchezModules => Core
2017-10-18 10:25inigosanchezTriggers an Emergency Pack => No
2017-10-18 10:27inigosanchezRelationship addedrelated to 0036838
2017-10-18 14:43inigosanchezStatusnew => scheduled
2017-10-18 14:43inigosanchezAssigned Toplatform => inigosanchez
2017-10-18 16:14inigosanchezReview Assigned To => alostale
2017-10-18 16:14inigosanchezNote Added: 0099940
2017-10-18 16:14inigosanchezStatusscheduled => closed
2017-10-18 16:14inigosanchezResolutionopen => fixed
2017-10-18 16:14inigosanchezFixed in Version => 3.0PR18Q1
2017-10-18 16:15inigosanchezFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/94f7f53523045d4609d5c38bc412585ec1a3527b [^]

Notes
(0099940)
inigosanchez   
2017-10-18 16:14   
Fixed in issue 0036838 -> http://code.openbravo.com/erp/devel/pi/rev/94f7f53523045d4609d5c38bc412585ec1a3527b [^]