Created attachment 1167863 [details] error after logging in again Description of problem: Version-Release number of selected component (if applicable): 5.6.0.10 How reproducible: Always Steps to Reproduce: 1. Settings -> My settings 2. Set timeout to five minutes and wait more than five minutes 3. Select another tab for example Default Views 4. It logouts so log in again Actual results: Error when selecting a tab in My Settings after timeout Expected results: Additional info:
https://github.com/ManageIQ/manageiq-ui-classic/pull/104
New commit detected on ManageIQ/manageiq-ui-classic/master: https://github.com/ManageIQ/manageiq-ui-classic/commit/5de4161b2e8e806bd5be7675b8d55a74c5d76f15 commit 5de4161b2e8e806bd5be7675b8d55a74c5d76f15 Author: Milan Zazrivec <mzazrivec> AuthorDate: Mon Jan 9 16:19:35 2017 +0100 Commit: Milan Zazrivec <mzazrivec> CommitDate: Mon Jan 9 16:25:47 2017 +0100 Remove unnecessary @config_tab variable Currently, the @config_tab variable can only have one value ("ui") and therefore is not really needed. Besides, it's stored in session and will cause havoc when the session expires and the code still refers to that session-stored value (which is now voided) and we want to switch tabs in 'My Settings' screen. https://bugzilla.redhat.com/show_bug.cgi?id=1346287 app/controllers/configuration_controller.rb | 45 ++++++----------------- app/presenters/menu/default_menu.rb | 2 +- app/views/layouts/application.html.haml | 3 +- spec/controllers/configuration_controller_spec.rb | 1 - 4 files changed, 14 insertions(+), 37 deletions(-)
Verified in 5.8.0.3. After timeout it redirects me to Dashboard.