porposal_list not defined
Created by: marcus-oscarsson
Hi,
The login routine is giving me some errors here it seems like proposal_list is not defined the first time loginInfo is called so we get an attribute error.
It seems like the proposal_list is also attached on the fly to the mxcube session, which is part of the problem. It should either be defined on the Session hardware object directly or perhaps in the flask session.
Marcus