Fix Error 500 when relative submodule resolves to a namespace that has a different name from its path
What does this MR do?
This MR fixes a bug in resolving a namespace when the name
differed from path
.
Why was this MR needed?
The original code was using name
, when the proper input to namespace_project_path
was path
.
What are the relevant issue numbers?
Closes #1849 (closed)
Merge request reports
Activity
/cc: @razer6
Reassigned to @dzaporozhets
mentioned in commit 88162f69
Please register or sign in to reply