Commit f72ecbd4 authored by Imre Farkas's avatar Imre Farkas

Merge branch '231251-error-500-in-service-desk-due-missing-asset' into 'master'

Resolve "Fix missing path for avatars of bots"

See merge request gitlab-org/gitlab!37671
parents b6f045f6 2f0d006e
......@@ -38,7 +38,7 @@ module Avatarable
class_methods do
def bot_avatar(image:)
Rails.root.join('app', 'assets', 'images', 'bot_avatars', image).open
Rails.root.join('lib', 'assets', 'images', 'bot_avatars', image).open
end
end
......
---
title: Fix missing path for avatars of bots
merge_request: 37671
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