Merge "set-project-parent --children-of: Fix getting parent for level 1 projects"
This commit is contained in:
@@ -223,7 +223,7 @@ final class AdminSetParent extends SshCommand {
|
||||
continue;
|
||||
}
|
||||
|
||||
if (parentName.equals(e.getProject().getParent(projectName))) {
|
||||
if (parentName.equals(e.getProject().getParent(allProjectsName))) {
|
||||
childProjects.add(e.getProject());
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user