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.
概要(Overview・Refs Issue)
管理画面 /%eccube_admin_route%/content/layout/{id}/edit の画面で、レイアウトの調整を行った後、右側で調整したページを選択し、「プレビュー」をクリックすると、表示したい画面に移動します。しかし、現在のコードでは、"Variable "isMaintenance" does not exist." というエラーが発生してしまいます。調査の結果、このエラーは、プレビューモード中に isMaintenance 変数がページに注入されないために発生していることが分かりました。そのため、画面を正常にプレビューすることができません。この問題を解決するために、私はコードに判断を追加しました。もし変数が定義されていなくても、プレビュー機能に影響がないようにしました。
方針(Policy)
実装に関する補足(Appendix)
テスト(Test)
相談(Discussion)
マイナーバージョン互換性保持のための制限事項チェックリスト
レビュワー確認項目