Move EE differences for app/views/projects/_new_project_fields.html.haml

Move EE differences for app/views/projects/_new_project_fields.html.haml

diff --git a/home/yorickpeterse/Projects/gitlab/gdk-ce/gitlab/app/views/projects/_new_project_fields.html.haml b/home/yorickpeterse/Projects/gitlab/gdk-ee/gitlab/app/views/projects/_new_project_fields.html.haml
index 276363df7da..aa278932fb2 100644
--- a/home/yorickpeterse/Projects/gitlab/gdk-ce/gitlab/app/views/projects/_new_project_fields.html.haml
+++ b/home/yorickpeterse/Projects/gitlab/gdk-ee/gitlab/app/views/projects/_new_project_fields.html.haml
@@ -19,9 +19,9 @@
             = root_url
         - namespace_id = namespace_id_from(params)
         = f.select(:namespace_id,
-                   namespaces_options(namespace_id || :current_user,
-                                      display_path: true,
-                                      extra_group: namespace_id),
+                   namespaces_options_with_developer_maintainer_access(selected: namespace_id,
+                                                                      display_path: true,
+                                                                      extra_group: namespace_id),
                    {},
                    { class: 'select2 js-select-namespace qa-project-namespace-select', tabindex: 1, data: { track_label: "#{track_label}", track_event: "activate_form_input", track_property: "project_path", track_value: "" }})
Assignee Loading
Time tracking Loading