リリース: 2026/07/28 stg → main - #328
Merged
Merged
Conversation
登録時点で last_management_notice_read_at を初期化していなかったため、 新規ユーザーは登録前に公開済みの運営からのお知らせも全て未読としてカウント・ 表示されていた。ユーザー作成時に last_management_notice_read_at を登録時刻で 初期化し、登録前のお知らせは既読扱いになるようにする。 v1スキーマスナップショット(users_show.json)もフィールドの null 許容が 変わったため合わせて更新する。
…atで上書きされ検証に効かない問題を修正 ManagementNotice#set_published_at が新規作成時に published_at を Time.current で上書きするため、create時に渡した published_at は無視され テストは作成順序にのみ依存していた。update_column でコールバックを回避し published_at を明示的に固定することで、日時ベースの判定を実際に検証する。
…new-user Fix: 新規登録ユーザーに登録前のお知らせが未読表示される不具合を修正
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
リリース内容
stg ブランチの変更を main ブランチにマージするためのPRです。
含まれる変更 (2件)
このPRは GitHub Actions によって自動生成されました。