管理者でログインしているときに相談部屋でコメントがあったときの通知メッセージの変更 #4107
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
issue
概要
管理者でログインしているときに相談部屋でコメントがあったときの通知メッセージを変更
変更前
相談部屋でコメントした時の管理者通知(現役生(kimura)管理者(komagata))
他の管理者(machida)が相談部屋でコメントした時の管理者通知(現役生(kimura)管理者(komagata))
変更後
相談部屋でコメントした時の管理者通知(現役生(kimura)管理者(komagata))
他の管理者(machida)がコメントした時の管理者通知(現役生(kimura)管理者(komagata))
確認手順
1.任意のユーザーでログインする。
2.自分の相談部屋でコメントをする。
3.管理者(komagata)でログインする。
4.「〇〇さんの相談部屋で〇〇さんからコメントが届きました。」という通知メッセージでサイト内通知とメール通知が来ていることを確認する。(〇〇は先ほどのユーザーのlogin_name)
5.他の管理者(machida)でログインする。
6.先ほどのユーザーの相談部屋でコメントをする。
7.管理者(komagata)で再度ログインする。
8.「〇〇さんの相談部屋でmachidaさんからコメントが届きました。」という通知メッセージでサイト内通知とメール通知が来ていることを確認する。(〇〇は先ほどのユーザーのlogin_name)