Project:
View Revisions: Issue #51222 | [ All Revisions ] [ Back to Issue ] | ||
Summary | 0051222: scanEvents and selectedLine data is currently persisted in localStorage and never removed | ||
Revision | 2023-01-13 10:59 by cberner | ||
Steps To Reproduce | ## Prior, assign some UPC/EAN to a product so it is scaneable 1. Login AWO 2. Go to Count(Inventory Count) and start the counting process 3. Try to scan some items After scan, check in devtools: Application -> LocalStorage -> scanEvents, you should be able to see some events there. Try to complete the inventory count, and see that the events are still there. Also check the selectedLine localstorage property, it gets bigger the more documents you open with a line selected: OB.UTIL.localStorage.getItem('selectedLine'); |
||
Revision | 2022-12-22 09:24 by cberner | ||
Steps To Reproduce | ## Prior, assign some UPC/EAN to a product so it is scaneable 1. Login AWO 2. Go to Count(Inventory Count) and start the counting process 3. Try to scan some items After scan, check in devtools: Application -> LocalStorage -> scanEvents, you should be able to see some events there. Try to complete the inventory count, and see that the events are still there. |
||
Revision | 2022-12-21 13:48 by cberner | ||
Steps To Reproduce | ## Prior, assign some UPC/EAN to a product so it is scaneable 1. Login AWO 2. Go Count(Inventory Count) and start the counting process 3. Try to scan some items After scan, check in devtools: Application -> LocalStorage -> scanEvents, you should be able to see some events there. Try to complete the inventory count, and see that the events are still there. |
Copyright © 2000 - 2009 MantisBT Group |