horizon/horizon/workflows
Timur Sufiev 3d7b163f87 Fix setting Primary Project for new user once the project was created
When the project is being created via pressing '+' button at Create
User form, it is important to store the reference to it inside the
`workflow.object` attribute, otherwise [None, None] value will be
returned to the client-side code which will cause appending "null"
value to the list of available projects - instead of adding the newly
created project name and selecting it as the current value.

Change-Id: I10fcb1f2fb51e341b15901d4f014f0e4faca3adf
Closes-Bug: #1410129
2015-01-16 20:51:31 +03:00
..
__init__.py Replace asserts in __init__ files with __all__ 2014-01-10 10:28:02 +01:00
base.py Fix E128 errors in horizon/ 2014-10-15 13:50:07 +09:00
views.py Fix setting Primary Project for new user once the project was created 2015-01-16 20:51:31 +03:00