Attempting to leave a project under certain circumstances causes a 403 error to occur.
Attempting to leave a project under certain circumstances causes a 403 error to occur.
To reproduce:
- Create a group called "test"
- Create a project called "test-project"
- Go to test-project
- Open the Settings dropdown, press "Leave project"
- You should get a 403 error here (
/test/test-project/project_members/leave
)
Presumably this is related to the permissions problems that also cause the "Request Access" issue: #18717 (closed)
This doesn't seem to happen if the project is in your user namespace, as it just gives an error inline about not being able to leave my own project.
cc: @dzaporozhets