User's recent_project is not sticky.

Bug #1742575 reported by Sri Harsha mekala
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
django-openstack-auth
New
Undecided
Unassigned

Bug Description

When a user login's to horizon and switches his region, his current project is not being persisted.

It looks like the recent_project is being set in the cookie only when the user interacts with the project drop down i.e switches his project at least once during his current session.

The code for setting the cookie value for recent_project is being only called when the user switches his project.

Please refer to the following code:
https://github.com/openstack/django_openstack_auth/blob/4ceb57d02b8bbed30578a8052a31b982a1339f41/openstack_auth/views.py#L199.

Expected: The user's current project should be persisted if the current project exists in the new region even if the user manually doesn't set his project.

description: updated
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.