Closed ddelpiano closed 3 years ago
I can't reproduce the filters not cleaned after logout. Can someone try to write down how to reproduce it?
Go to site. Login. Test scores owner filter will be username. Log out. Test scores owner filter will be the same username, even though you are no logged out. Expected behavior: the owner filter would reset to either:
a) Whatever is the default for non-logged in user (presumably empty)
or
b) Whatever the user explicitly entered in that field, even potentially while logged in.
but definitely not
c) Whatever was automatically set for the user by logging in
I think (a) makes the most sense. The only case for (b) would be if we want to make all filters explicitly set by the user persist through login/logout. I think it is probably easier to do (a).
FYI, this is on the http://35.188.223.116:8000/ version.
@rgerkin I've been able to reproduce and fix it :-)