Comment 8 for bug 1848550

Revision history for this message
Jeff Davis (jdavis-sitka) wrote :

One problem I'm seeing is that we have separate login flows for Angular and AngularJS (bug 1835128). Since Angular is not Lovefield-aware, login via /eg2/en-US/staff/login will not be able to clear settings from the Lovefield-based offline cache.

The Angular client will likely cache settings in window.localStorage, and it should be possible for AngularJS login to clear that out. If we fix bug 1835128 by forcing the use of AngularJS login everywhere, including in the Angular client, we should be able to clear cached settings properly.