Comment 0 for bug 1742575

Revision history for this message
Sri Harsha mekala (harshayahoo) wrote :

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#L222.

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.