Directories are always created in the root directory (GitLab.com)
Summary
When creating a new subdirectory via the GitLab UI, the directory is created in the root directory every time.
Steps to reproduce
- Create a new project on GitLab.com
- Create a new top-level Directory (
Directory A
) - Browse to
Directory A
- Click the + button and click
New Directory
- Create the directory (
Directory B
) - Observe that the directory is created in the root, and not as a subdirectory of Directory A
Example Project
https://gitlab.com/shemgyll/directory-bug-project/-/tree/main/
What is the current bug behavior?
Directories created via the GitLab UI are always created in the root directory
What is the expected correct behavior?
Directories created under subdirectories should be created in the relative directory
Output of checks
This bug happens on GitLab.com
Possible fixes
Edited by Shem Gyll