[フレーム] 公開設定のラジオボタン選択状態が正しく表示されない不具合を修正しました #2280
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.
概要
フレーム編集画面の「公開設定」で「限定公開」を選択して保存した後、画面を再表示すると「公開」が選択されてしまう不具合を修正しました。
変更内容
checked属性判定ロジックを修正{{ old('content_open_type', $frame->content_open_type) ? 'checked' : '' }}{{ old('content_open_type', $frame->content_open_type) == $key ? 'checked' : '' }}テスト方法
レビュー完了希望日
なし
関連PR/Issues
#2274
参考情報
なし
DB変更の有無
なし
チェックリスト