Actions
Bug #7027
closedRerouting issues with #signin, #data, and #logout
Start date:
05/16/2016
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
Description
There is a certain navigation pattern that causes routing errors - it seems to be whenever a user starts at the #data view, logs in, the app redirects to #signout then #data, causing log in to fail.
Updated by Lauren Walker over 8 years ago
- Status changed from New to Resolved
This was caused by the DataCatalogView listening to the user model login status even after the view is closed. Now the DataCatalogView will stopListening() on close. The router now needs to call onClose() before logging the user out.
Actions