← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1382079] [NEW] Project selector not working

 

Public bug reported:

When you try to select a new project on the project dropdown, the
project doesn't change. The commit below has introduced this bug on
Horizon's master and has passed the tests verifications.

https://github.com/openstack/horizon/commit/16db58fabad8934b8fbdfc6aee0361cc138b20af

For what I've found so far, the context being received in the decorator
seems to be the old context, with the token to the previous project.
When you take the decorator out, the context received by the
"can_access" function receives the correct context, with the token to
the new project.

** Affects: horizon
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1382079

Title:
  Project selector not working

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  When you try to select a new project on the project dropdown, the
  project doesn't change. The commit below has introduced this bug on
  Horizon's master and has passed the tests verifications.

  https://github.com/openstack/horizon/commit/16db58fabad8934b8fbdfc6aee0361cc138b20af

  For what I've found so far, the context being received in the
  decorator seems to be the old context, with the token to the previous
  project. When you take the decorator out, the context received by the
  "can_access" function receives the correct context, with the token to
  the new project.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1382079/+subscriptions


Follow ups

References