-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ユーザー画像のファイル名をユーザーIDに修正 #7747
Comments
このissue|PRは60日間更新がないため7日後にcloseします。closeしたくない場合はstaleラベルを外してください。 |
このissue|PRは60日間更新がないため7日後にcloseします。closeしたくない場合はstaleラベルを外してください。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
概要
ユーザーアイコンの画像ファイル名が
(user.id).png
だったが、下記のHotfixでそのロジックがなくなったため修正する。(参考)
再現手順
/users/:user_id
にアクセス。img
タグのsrc
を見て、元の画像名が表示されるのを確認期待される振る舞い
idにしてほしい
https://github.com/fjordllc/bootcamp/blob/main/test/system/users_test.rb#L560
上記のテストが通るようにする
関連Issue
Ref: #7330
The text was updated successfully, but these errors were encountered: