farmOS / field-kit

A modular, offline-first companion app to farmOS.
https://farmOS.org
GNU General Public License v3.0
62 stars 39 forks source link

Logs are not fully cleared on logout #306

Closed jgaehring closed 4 years ago

jgaehring commented 4 years ago

As reported by @mstenta, it seems that logs are being cleared from IndexedDB on logout, but they're persisting in the Vuex store, because they still appear when you return to the My Logs screen, but when you refresh the logs disappear.

jgaehring commented 4 years ago

I just referenced this as a possible stop-gap solution to #285. @mstenta, should we give this more priority and add it to Milestone 1.0.0, or at the very least 1.1.0?

mstenta commented 4 years ago

Yes I would prioritize this for 1.0.0, since it is a bug. And it is a workaround for #285 at the very least.