Namespace menu missing if user has no self-created groups
Created by: fspreiss
- Summary: When creating a new project, the namespace drop-down menu is only displayed if this user has self-created groups. Even if the user is owner of a group that was created by another user, the namespace drop-down menu is not displayed. This issue was observed in gitlabhq version 6.0.0.
- Steps to reproduce: Make some user U, who has not created any groups before or who has removed all her self-created groups, owner of a group G created by another user.
- Expected behavior: When user U now wants to create a new project by clicking on "+ New Project", she can select group G in the namespace drop-down menu because she is owner of group G.
- Observed behavior: When user U now wants to create a new project by clicking on "+ New Project", she cannot select the group G as namespace because the namespace drop-down menu is not displayed.