Commit 29b28220 authored by Ezekiel Kigbo's avatar Ezekiel Kigbo

Remove `include_groups_with_developer_maintainer_access` parameter

parent 325f520d
...@@ -90,7 +90,7 @@ module NamespacesHelper ...@@ -90,7 +90,7 @@ module NamespacesHelper
def namespaces_as_json(selected = :current_user) def namespaces_as_json(selected = :current_user)
{ {
group: formatted_namespaces(current_user.manageable_groups_with_routes(include_groups_with_developer_maintainer_access: true)), group: formatted_namespaces(current_user.manageable_groups_with_routes),
user: formatted_namespaces([current_user.namespace]) user: formatted_namespaces([current_user.namespace])
}.to_json }.to_json
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment