Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Revisions: Issue #36838 Back to Issue ]
Summary 0036838: multiple requests to load product image when a refresh is done previously
Revision 2017-10-17 11:31 by inigosanchez
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
Revision 2017-10-17 11:31 by inigosanchez
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)
Revision 2017-10-16 17:06 by inigosanchez
Steps To Reproduce 1. Open any product and associate it an image
2. Close Product window, reopen it again and open previous product in form view
  -> Check requests:
    * 2 x ImagesActionHandler GETSIZE
    * 2 x ShowImage
Revision 2017-10-16 17:06 by inigosanchez
Description When a product has an image associated, multiple requests are performed when it is displayed in form view.


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker