Commit a91b158e authored by Rémy Coutable's avatar Rémy Coutable

Merge branch '44508-fix-fork-namespace-images' into 'master'

Resolve "When forking any project, the images (avatar) of the groups (and subgroups) are not loaded."

Closes #44508

See merge request gitlab-org/gitlab-ce!18048
parents bc2eff8d 22d9390b
......@@ -31,7 +31,7 @@ module NamespacesHelper
def namespace_icon(namespace, size = 40)
if namespace.is_a?(Group)
group_icon(namespace)
group_icon_url(namespace)
else
avatar_icon_for_user(namespace.owner, size)
end
......
---
title: Fix bug rendering group icons when forking
merge_request:
author:
type: fixed
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