Skip to content

Fix project avatar regression caused by migration

Dan MH requested to merge 375092-danmh-fix-project-avatar into master

What does this MR do and why?

Describe in detail what your merge request does and why.

Fixes bug caused by !98761 (merged) where projects would display with circle avatars rather than rounded squares.

#is_this_known thread (slack internal)

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After
127.0.0.1_3000__personal_true_sort_name_asc__1_ 127.0.0.1_3000__personal_true_sort_name_asc
127.0.0.1_3000_root__2_ 127.0.0.1_3000_root__1_

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

  1. Projects listing page http://127.0.0.1:3000/dashboard/projects
  2. User profile page http://127.0.0.1:3000/root

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #375092 (closed)

Edited by Dan MH

Merge request reports