Openbravo Issue Tracking System - Retail Modules
View Issue Details
0041877Retail ModulesWeb POSpublic2019-09-24 14:072019-09-26 14:54
marvintm 
marvintm 
normalmajoralways
closedfixed 
5
 
RR19Q4 
jorge-garcia
No
0041877: ServiceWorkers fetch should filter by cacheName
Currently the fetch for sources in the ServiceWorker functionality is not filtering by cache name. This means that if two caches exist, the fetch will not guarantee that the right resource will be loaded.
.
No tags attached.
diff issue41877.diff (598) 2019-09-24 14:11
https://issues.openbravo.com/file_download.php?file_id=13323&type=bug
Issue History
2019-09-24 14:07marvintmNew Issue
2019-09-24 14:07marvintmAssigned To => Retail
2019-09-24 14:07marvintmTriggers an Emergency Pack => No
2019-09-24 14:11marvintmFile Added: issue41877.diff
2019-09-25 10:20hgbotCheckin
2019-09-25 10:20hgbotNote Added: 0114776
2019-09-25 10:20hgbotStatusnew => resolved
2019-09-25 10:20hgbotResolutionopen => fixed
2019-09-25 10:20hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/037d119de78f40005a18af9763206673b844beb9 [^]
2019-09-25 10:20marvintmAssigned ToRetail => marvintm
2019-09-26 14:54jorge-garciaReview Assigned To => jorge-garcia
2019-09-26 14:54jorge-garciaNote Added: 0114808
2019-09-26 14:54jorge-garciaStatusresolved => closed
2019-09-26 14:54jorge-garciaFixed in Version => RR19Q4

Notes
(0114776)
hgbot   
2019-09-25 10:20   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: 037d119de78f40005a18af9763206673b844beb9
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Tue Sep 24 14:14:00 2019 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/037d119de78f40005a18af9763206673b844beb9 [^]

Fixed issue 41877. Match function should filter by cacheName, to ensure that the right cache is used when fetching resources.

---
M web/org.openbravo.mobile.core/source/offline/ob-sources-sw.js
---
(0114808)
jorge-garcia   
2019-09-26 14:54   
Code reviewed and tested