Project not showing up in Subgroups
Summary
When creating a new project in a subgroup , it does not show up in the projects list of the members of that group
Gitlab version 11.8.2-ee (4618789) upgraded (without errors) from version 11.7.0. All without licenses (so fallbacked on the CE version).
Steps to reproduce
Create a Group Level1
Create a Subgroup Level2
Add a new project in the subgroup Level2
Example Project
It works on gitlab.com
What is the current bug behavior?
The project does not show up in the list The project repository is created
What is the expected correct behavior?
The project should show up in the list of projects of the user.
Relevant logs and/or screenshots
sidekik log:
PG::NotNullViolation: ERROR: null value in column "access_level" violates not-null constraint DETAIL: Failing row contains (3, 6, null). : INSERT INTO project_authorizations (user_id, project_id, access_level) VALUES (3, 11, 50), (3, 3, 30), (3, 6, NULL)