Comment 0 for bug 1382079

Revision history for this message
Thiago Paiva Brito (outbrito) wrote : Project selector not working

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.